wip: Additional ESLint's rules for web.
npm install --save-dev eslint eslint-plugin-web
- Requires Node.js
>=8.10.0
- Requires ESLint
>=5.16.0
.eslintrc.json (An example)
{
"extends": [
"plugin:web/all"
]
}
- ⭐️ - the mark of recommended rules.
- ✒️ - the mark of fixable rules.
- no-alert
- no-script-url
TBF.
TBF.
eslint-plugin-web
follows semantic versioning and ESLint's Semantic Versioning Policy.
TBF.
Welcome contributing!
Please use GitHub's Issues/PRs.
npm test
runs tests and measures coverage.