0.0.3 • Published 3 years ago

eslint-plugin-web v0.0.3

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

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.
  • no-alert
  • no-script-url

🔧 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.