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

https://github.com/grayoj/linter

My default config for eslint in React CRA projects.
https://github.com/grayoj/linter

Last synced: 12 months ago
JSON representation

My default config for eslint in React CRA projects.

Awesome Lists containing this project

README

          

# linter
My default config for eslint in React CRA projects.

## Steps
Step 1
```npm install -D eslint```
To Install all Eslint as a developer dependency.

Step 2
```npm install -D eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react```
To install all required dependencies.

Step 3
Download the .eslintrc.json file and move into your directory. Or Copy and paste.

## Thank You
Planning on making the linter config an npm package to easily set up.