2.3.0 • Published 2 years ago

eslint-config-rijx v2.3.0

Weekly downloads
3
License
MIT
Repository
-
Last release
2 years ago

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

2.3.0

2 years ago

2.0.0-rc.2

2 years ago

2.2.0

2 years ago

2.1.1

2 years ago

2.0.0-rc.1

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

5 years ago