0.0.13 • Published 1 year ago
eslint-plugin-kuzzle v0.0.13
eslint-plugin-kuzzle
Kuzzle Coding Standard.
This plugin is standalone, meaning that eslint and prettier are included in the package so you don't need to install them yourself.
Install our coding standard
1) Install the plugin
npm i eslint-plugin-kuzzle --save-dev2) Add kuzzle to the plugins section of your .eslintrc configuration file and select the default rule set:
{
"extends": [
"plugin:kuzzle/default",
"plugin:kuzzle/node",
"plugin:kuzzle/typescript"
]
}3) Remove unused eslint-related dependencies (such as @typescript-eslint/eslint-plugin, eslint etc)
4) Commit relevant files
Available rule sets
plugin:kuzzle/default: default rules between all javascript projectsplugin:kuzzle/node: rules for Node.js projectsplugin:kuzzle/typescript: rules for Typescript projects
You can disable the sort-keys rule on project that are not libraries:
{
"extends": [
"plugin:kuzzle/default",
"plugin:kuzzle/node",
"plugin:kuzzle/typescript"
],
"rules": {
"sort-keys": ["off"]
}
}1.0.0-eslint-9.3
1 year ago
1.0.0-eslint-9.4
1 year ago
1.0.0-eslint-9.1
1 year ago
1.0.0-eslint-9.2
1 year ago
1.0.0-eslint-9.5
1 year ago
1.0.0-eslint-9.6
1 year ago
0.0.13
2 years ago
0.0.12
3 years ago
0.0.10
3 years ago
0.0.11
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago