eslint-config-udyux
v3.0.2
Published
An opinionated and portable eslint config.
Downloads
14
Readme
eslint-config-udyux
An opinionated and portable eslint config.
Installation
$ npm install -D eslint-config-udyux
# or
$ yarn add -D eslint-config-udyux
Usage
Add udyux
to the extends
array in your .eslintrc.*
file.
{
extends: [
// ...
"udyux"
]
}
Don't forget that extended configs are merged in order, so the last entry takes precedence over the others in case of rule conflicts.
Documentation
Extended configs
This config extends the following configs:
Licensed under MIT