eslint-config-rijx
v2.3.0
Published
RIJX flavored ESLint config
Readme
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-filenamesThen 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
