3005.418.0 • Published 5 months ago

@springworks/eslint-config-typescript v3005.418.0

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

@springworks/eslint-config-typescript

eslint rules for typescript projects

yarn add -D @springworks/eslint-config-typescript eslint

After adding the dependencies, add a config (.eslintrc.json) in the root of the project with this content:

{
  "extends": "@springworks/eslint-config-typescript"
}

Or update package.json and include:

{
  "eslintConfig": {
    "extends": "@springworks/eslint-config-typescript"
  }
}

Some useful scripts to add to package.json:

{
  "scripts": {
    "lint": "eslint --cache .",
    "lint-fix": "eslint --quiet --fix ."
  }
}
3005.418.0

5 months ago

3005.383.0

9 months ago

3005.339.1

1 year ago

3005.342.0

1 year ago

3005.341.2

1 year ago

3005.329.1

1 year ago

3005.310.1

1 year ago

3005.280.0

1 year ago

3005.269.0

1 year ago

3005.266.0

1 year ago

3005.267.0

1 year ago

3005.264.0

1 year ago

3005.250.0

2 years ago

3005.222.0

2 years ago

3005.179.1

2 years ago

3005.179.0

2 years ago

3005.174.0

3 years ago

3005.159.0

3 years ago

3005.129.7

3 years ago

3005.105.0

3 years ago

3005.113.4

3 years ago

3005.110.10

3 years ago

3005.77.0

4 years ago

3005.76.0

4 years ago

3005.65.2

4 years ago

3005.59.0

4 years ago

3005.58.4

4 years ago

3005.29.0

4 years ago

3005.22.3

4 years ago

3005.22.2

4 years ago

3005.22.1

4 years ago

3005.22.0

4 years ago

3005.21.0

4 years ago

3005.21.1

4 years ago

3005.20.0

4 years ago