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.
- Host: GitHub
- URL: https://github.com/grayoj/linter
- Owner: grayoj
- Created: 2022-10-25T08:27:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T08:39:46.000Z (over 3 years ago)
- Last Synced: 2025-04-09T23:09:07.599Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.