3005.383.0 • Published 1 year ago
@springworks/eslint-config v3005.383.0
@springworks/eslint-config
eslint rules for typescript projects
yarn add -D @springworks/eslint-config eslintAfter adding the dependencies, add a config (.eslintrc.json) in the root of the
project with this content:
{
"extends": "@springworks/eslint-config"
}Or update package.json and include:
{
"eslintConfig": {
"extends": "@springworks/eslint-config"
}
}Some useful scripts to add to package.json:
{
"scripts": {
"lint": "eslint --cache .",
"lint-fix": "eslint --quiet --fix ."
}
}3005.383.0
1 year 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
2 years 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