0.1.18 • Published 5 months ago

@ts-all/eslint-config v0.1.18

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@ts-all/eslint-config

eslint-config for TypeScript projects

Usage

  • get the package from npm
$ npm install @ts-all/eslint-config -D
  • just extends it in your eslint config file eg. .eslintrc.json
{
    // ...
    "extends": [
        // ...
        "@ts-all"
        // ...
    ]
    // ...
}
  • linting
$ npx eslint ./ --ext .ts --ext .js

Dependencies and working versions

0.1.18

5 months ago

0.1.13

10 months ago

0.1.15

6 months ago

0.1.17

6 months ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago