An opinionated and portable eslint config.
$ npm install -D eslint-config-udyux
# or
$ yarn add -D eslint-config-udyux
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.
This config extends the following configs:
Licensed under MIT