Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.