Screeb's eslint config for frontend app.
Warning: This package is NOT published in the NPM registry and can't be installed using any package manager.
Add config to your package:
npx lerna add @screeb/eslint-config --scope=<your-package>
In your .eslintrc
:
{
"extends": [
"@screeb/eslint-config"
]
}
In your package.json
:
{
"scripts": {
"lint": "eslint .",
// [..]
},
// [..]
}
In your .eslintignore
(recommended):
dist/*
node_modules
Released under MIT License.