eslint-plugin-web

0.0.3 • Public • Published

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.

Package Sidebar

Install

npm i eslint-plugin-web

Weekly Downloads

32

Version

0.0.3

License

MIT

Unpacked Size

56.3 kB

Total Files

7

Last publish

Collaborators

  • weiran.zsd