3005.310.1 • Published 1 month ago

@springworks/eslint-config-typescript v3005.310.1

Weekly downloads
314
License
-
Repository
github
Last release
1 month 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.310.1

1 month ago

3005.280.0

3 months ago

3005.269.0

4 months ago

3005.266.0

4 months ago

3005.267.0

4 months ago

3005.264.0

4 months ago

3005.250.0

7 months ago

3005.222.0

1 year ago

3005.179.1

1 year ago

3005.179.0

1 year ago

3005.174.0

1 year ago

3005.159.0

2 years ago

3005.129.7

2 years ago

3005.105.0

2 years ago

3005.113.4

2 years ago

3005.110.10

2 years ago

3005.77.0

3 years ago

3005.76.0

3 years ago

3005.65.2

3 years ago

3005.59.0

3 years ago

3005.58.4

3 years ago

3005.29.0

3 years ago

3005.22.3

3 years ago

3005.22.2

3 years ago

3005.22.1

3 years ago

3005.22.0

3 years ago

3005.21.0

3 years ago

3005.21.1

3 years ago

3005.20.0

3 years ago