2.0.0 • Published 3 years ago

eslint-config-compono-ui v2.0.0

Weekly downloads
21
License
MIT
Repository
github
Last release
3 years ago

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