eslint-plugin-web
wip: Additional ESLint's rules for web.
💿 Install & Usage
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"
]
}
📖 Rules
- ⭐️ - the mark of recommended rules.
- ✒️ - the mark of fixable rules.
🔧 Configs
TBF.
👫 FAQ
TBF.
🚥 Semantic Versioning Policy
eslint-plugin-web
follows semantic versioning and ESLint's Semantic Versioning Policy.
📰 Changelog
TBF.
💎 Contributing
Welcome contributing!
Please use GitHub's Issues/PRs.
Development Tools
npm test
runs tests and measures coverage.