1.2.10 • Published 30 days ago

@tada5hi/eslint-config-typescript v1.2.10

Weekly downloads
-
License
MIT
Repository
github
Last release
30 days ago

@tada5hi/eslint-config-typescript 📚

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

Table of Contents

Installation

npm install --save-dev @tada5hi/eslint-config-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-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-typescript'
  ],
+ parserOptions: {
+   project: './tsconfig.json'
+ }
}

Run

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

eslint --ext .ts,.js

License

Made with 💚

Published under MIT License.

1.2.10

30 days 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

9 months ago

1.2.1

9 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.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

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