4.1.13 • Published 1 month ago

eslint-config-brainbits-typescript v4.1.13

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

ESLint Config brainbits Typescript

npm version supported eslint version

This package contains our eslint rules we use at brainbits for typescript projects. It is based on the eslint-config-brainbits rules and replaces some default rules with specialized ones wich are provided by the typescript eslint plugin.

Usage

Install the package via npm.

$ npm install --save-dev eslint-config-brainbits-typescript

After installation of the package you have to install all required peer dependencies.

$ npx install-peerdeps --dev eslint-config-brainbits-typescript

Add it to your .eslintrc

{
    "extends": ["brainbits-typescript"],
    "parserOptions": {
        "project": "./tsconfig.json"
    }
}

Note: The eslint typescript parser requires the path to your tsconfig.json file in the parser options.

4.1.11

1 month ago

4.1.12

1 month ago

4.1.13

1 month ago

4.1.10

4 months ago

4.1.8

4 months ago

4.1.7

4 months ago

4.1.9

4 months ago

4.1.6

6 months ago

4.1.4

7 months ago

4.1.5

7 months ago

4.1.3

9 months ago

4.1.2

1 year ago

4.0.0-beta.5

2 years ago

4.1.0

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

4.1.1

1 year ago

4.0.0-beta.7

2 years ago

4.0.0-beta.4

2 years ago

4.0.0-beta.6

2 years ago

3.0.10-alpha.0

2 years ago

4.0.0-beta.3

2 years ago

4.0.0-rc.1

2 years ago

3.0.9

3 years ago

3.0.8

3 years ago

3.0.7

3 years ago

3.0.4

3 years ago

3.0.6

3 years ago

3.0.5

3 years ago

3.0.3

3 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.3.3

4 years ago

2.3.2

4 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.1.0-rc.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago