1.2.10 • Published 1 month ago

@tada5hi/eslint-config-nuxt-typescript v1.2.10

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

@tada5hi/eslint-config-nuxt-typescript 📚

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

Table of Contents

Installation

npm install --save-dev @tada5hi/eslint-config-nuxt-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-nuxt-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-nuxt-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.2.10

1 month ago

1.2.9

3 months ago

1.2.8

3 months ago

1.2.7

5 months ago

1.2.0

10 months ago

1.2.6

6 months ago

1.2.5

7 months ago

1.2.4

8 months ago

1.2.3

9 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.1.11

10 months ago

1.1.10

11 months ago

1.1.9

12 months ago

1.1.8

12 months ago

1.1.7

12 months ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

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