Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/regru/frontend-cs
https://github.com/regru/frontend-cs
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/regru/frontend-cs
- Owner: regru
- Created: 2017-10-25T19:46:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T21:45:36.000Z (over 2 years ago)
- Last Synced: 2024-11-24T13:22:37.694Z (about 1 month ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 0
- Watchers: 21
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Code Style configs
Lerna project which contains shared eslint configs `eslint-config-regru` and `eslint-config-regru-light`
## Usage
### eslint-config-regru-light
[eslint-config-regru-light](./packages/eslint-config-regru-light) Lightwight version with basic eslint rule
```bash
npm i -D @regru/eslint-config-regru-light
```### eslint-config-regru
[eslint-config-regru](./packages/eslint-config-regru) Full version of CS with external plugins
```bash
npm i -D @regru/eslint-config-regru
```