1.4.56 • Published 6 years ago
eslint-plugin-cumul8 v1.4.56
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.
- 🔧 alphabetical-destructuring: Enforce alphabetical ordering of keys in destructuring assignments
- alphabetical-stylesheets: Enforce alphabetical ordering of keys in StyleSheet declarations
- inefficient-for-each: Prevent inefficient forEach use when a for loop would be better
- inefficient-for-loop: Prevent inefficient for loops
License
eslint-plugin-cumul8
is licensed under the MIT License.
1.4.56
6 years ago
1.4.3
8 years ago
1.4.2
9 years ago
1.4.1
9 years ago
1.4.0
9 years ago
1.3.0
9 years ago
1.2.7
9 years ago
1.2.6
9 years ago
1.2.5
9 years ago
1.2.4
9 years ago
1.2.3
9 years ago
1.2.2
9 years ago
1.2.1
9 years ago
1.2.0
9 years ago
1.1.4
9 years ago
1.1.3
9 years ago
1.1.2
9 years ago
1.1.1
9 years ago
1.1.0
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago
0.0.3
9 years ago
0.0.2
9 years ago
0.0.1
9 years ago