JSPM

eslint-plugin-switch-case

3.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 20460
  • Score
    100M100P100Q143200F
  • License MIT

switch-case specific linting rules for ESLint

Package Exports

  • eslint-plugin-switch-case
  • eslint-plugin-switch-case/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eslint-plugin-switch-case) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ESLint-Plugin-Switch-Case

Maintenance Status NPM version Build Status

Switch-case-specific linting rules for ESLint.

Installation

Install ESLint either locally or globally.

$ npm install eslint

If you installed ESLint globally, you have to install the plugin globally too. Otherwise, install it locally.

$ npm install eslint-plugin-switch-case

Configuration

Add a plugins section and specify eslint-plugin-switch-case as a plugin.

Then, enable all of the rules that you would like to use.

This plugin exports a recommended configuration that enforces all the rules. You can configure the plugin as follows:

{
  "plugins": ["switch-case"],
  "extends": ["plugin:switch-case/recommended"]
}

List of provided rules

Rules are divided into categories for your convenience. All rules are off by default, unless you use one of the plugin's configurations which turn all relevant rules on.

Stylistic Issues

These rules are purely matters of style and are quite subjective.

Contributing

Contributions are always welcome!.

License

eslint-plugin-switch-case is licensed under the MIT License.