2.3.0 • Published 4 years ago
eslint-config-rijx
Licence
MIT
Version
2.3.0
Deps
0
Size
8 kB
Vulns
0
Weekly
0
RIJX ESLint config
RIJX flavored ESLint config.
How to use
Run the following command:
yarn add --dev eslint eslint-config-rijx eslint-plugin-import prettier eslint-plugin-prettier eslint-plugin-filenames
Then put the following in .eslintrc.js:
module.exports = {
extends: ["rijx/recommended"],
};
VSCode configuration
You can use the following configuration in .vscode/settings.json to automatically apply simple fixes. Improves performance dramatically.
{
"javascript.validate.enable": false,
"typescript.validate.enable": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"eslint.run": "onSave"
}
License
MIT