eslint-config-rovergames
v1.0.8
Published
ESlint config by rovergames
Downloads
3
Maintainers
Readme
eslint-config-rovergames
An ESLint Shareable Config for personal uses
Install
npm install --save-dev eslint-config-rovergames eslint
Usage
Shareable configs are designed to work with the extends
feature of .eslintrc
files.
You can learn more about
Shareable Configs on the
official ESLint website.
To use the config, add this to your .eslintrc file:
{
"extends": "rovergames"
}
Note: I omitted the eslint-config-
prefix since it is automatically assumed by ESLint.
You can override settings from the shareable config by adding them directly into your
.eslintrc
file.
License
GPL-3.0