eslint-config-compono-ui
v2.0.0
Published
Standard eslint config for Compono UI projects
Downloads
216
Readme
eslint-config-compono-ui
Shortlyster's frontend eslint configurations
They add a ton of opinionated changes on top of our minimal eslint-config-compono
setup.
Getting started
Refer to this github repo in you package.json
dev dependencies.
npm add -D eslint-config-compono-ui
Add .eslintrc
to your project.
{
"extends": "compono-ui",
"rules": {
// project specific rules go here
}
}
Rules
We extend from Our rules
With the React plugin With the jsx-a11y plugin