https://github.com/sebaiturravaldes/lint
https://github.com/sebaiturravaldes/lint
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebaiturravaldes/lint
- Owner: sebaiturravaldes
- Created: 2021-11-08T03:49:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-08T05:59:54.000Z (over 3 years ago)
- Last Synced: 2025-03-04T04:35:01.607Z (4 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lint config
## Use in other projects
```cli
npm install --save-de eslint-config-lint
```### .eslinrtc
create file .eslintrc and extends from this ext:
```js
{
"extends": "eslint-config-lint"
}
```### install additional plugin
```cli
npm install --save-dev eslint-plugin-react
```### Add prettier
add in package.json
```json
"prettier": "eslint-config-lint/prettier.config.js",
```