1.3.10 • Published 1 month ago

@tada5hi/eslint-config-vue3-typescript v1.3.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@tada5hi/eslint-config-vue3-typescript 📚

This package provides ESLint rules for TypeScript, including Vue.js 3+ & ECMAScript 6+.

Table of Contents

Installation

npm install --save-dev @tada5hi/eslint-config-vue3-typescript

Usage

To use this package ESLint needs to be configured properly.

Basic

Add the following line to the ESLint config file:

extends: [
+ '@tada5hi/eslint-config-vue3-typescript'
]

Parser

In the ESLint configuration file, set the parserOptions.project to the location of the project tsconfig.json.

For example:

{
  extends: [
    '@tada5hi/eslint-config-vue3-typescript'
  ],
+ parserOptions: {
+   project: './tsconfig.json'
+ }
}

Run

Open a terminal to the root of your project, and run the following command:

eslint --ext .ts,.js,.vue

License

Made with 💚

Published under MIT License.

1.3.10

1 month ago

1.3.9

4 months ago

1.3.8

4 months ago

1.3.7

6 months ago

1.2.11

10 months ago

1.3.6

7 months ago

1.3.5

8 months ago

1.3.4

8 months ago

1.3.3

9 months ago

1.3.2

10 months ago

1.3.1

10 months ago

1.3.0

10 months ago

1.2.10

11 months ago

1.2.8

1 year ago

1.2.7

1 year ago

1.2.9

12 months ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.0

1 year ago

1.2.2

1 year ago

1.1.3

1 year ago

1.2.1

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.11

1 year ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.10

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago