This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

eslint-plugin-cumul8

1.4.56 • Public • Published

eslint-plugin-cumul8

Cumul8 specific linting rules for ESLint

Installation

Install ESLint either locally or globally.

yarn add -D eslint

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

yarn add -D eslint-plugin-cumul8

Configuration

Add plugins section and specify eslint-plugin-cumul8 as a plugin.

{
  "plugins": [
    "cumul8"
  ]
}

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

List of supported rules

Some rules are fixable using the --fix command line flag. Those rules are marked as 🔧 below.

License

eslint-plugin-cumul8 is licensed under the MIT License.

Package Sidebar

Install

npm i eslint-plugin-cumul8

Weekly Downloads

49

Version

1.4.56

License

MIT

Unpacked Size

21.3 kB

Total Files

14

Last publish

Collaborators

  • globexdesigns