https://github.com/compono/eslint-config-compono-ui
https://github.com/compono/eslint-config-compono-ui
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/compono/eslint-config-compono-ui
- Owner: compono
- License: mit
- Created: 2018-12-07T04:31:52.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T03:17:24.000Z (almost 5 years ago)
- Last Synced: 2025-09-24T11:09:15.236Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](https://github.com/Shortlyster/eslint-config-compono)
With [the React plugin](https://github.com/yannickcr/eslint-plugin-react)
With [the jsx-a11y plugin](https://github.com/evcohen/eslint-plugin-jsx-a11y)