1.4.56 • Published 5 years ago

eslint-plugin-cumul8 v1.4.56

Weekly downloads
156
License
MIT
Repository
github
Last release
5 years ago

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.

1.4.56

5 years ago

1.4.3

7 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.7

8 years ago

1.2.6

8 years ago

1.2.5

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago