eslint-config-ouisys
v0.0.9
Published
ESLint configuration preset
Downloads
18
Readme
Ouisys ESLint Config
This is an opionated configuration preset for ESLint
Setting up
- Install:
$ yarn add eslint-config-ouisys --dev
# Install peer dependencies
$ npx install-peerdeps --dev eslint-config-ouisys
- Add the following to
package.json
:
{
"eslintConfig": {
"extends": [
"eslint-config-ouisys"
]
}
}
Or, touch .eslintrc
file and add:
{
"extends": [
"eslint-config-ouisys"
]
}