Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linxiaowu66/eslint-config-templates
Full eslint config templates for React&Nodejs, based on airbnb. Support Typescript
https://github.com/linxiaowu66/eslint-config-templates
Last synced: about 6 hours ago
JSON representation
Full eslint config templates for React&Nodejs, based on airbnb. Support Typescript
- Host: GitHub
- URL: https://github.com/linxiaowu66/eslint-config-templates
- Owner: linxiaowu66
- Created: 2019-05-31T02:29:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:17:37.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T19:36:38.540Z (over 1 year ago)
- Language: JavaScript
- Size: 1.3 MB
- Stars: 26
- Watchers: 2
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Eslint-config-templates
This repo aims at unifying eslint config in every business scenes, which can make team have agreed code style.
All config is based on [airbnb](https://github.com/airbnb/javascript). And it will classify these scene:
1. React (js)
2. React (ts)
3. Nodejs (js)
4. Nodejs (ts)
5. More templates need you to contribute...## How to run
`npm run bs`
`npm run lint`
## contribution
As I have poor experience in other frameworks, so welcome to contribute this repo if you have the eslint templates.