3005.383.0 • Published 11 months ago

@springworks/eslint-config-jest v3005.383.0

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

@springworks/eslint-config-jest

eslint rules for typescript projects

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

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

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

Or update package.json and include:

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

Some useful scripts to add to package.json:

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

11 months ago

3005.342.0

1 year ago

3005.341.2

1 year ago

3005.329.1

1 year ago

3005.339.1

1 year ago

3005.310.1

1 year ago

3005.280.0

2 years ago

3005.269.0

2 years ago

3005.266.0

2 years ago

3005.267.0

2 years ago

3005.264.0

2 years ago

3005.250.0

2 years ago

3005.222.0

2 years ago

3005.179.1

3 years ago

3005.179.0

3 years ago