Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaofan2406/eslint-config-free
ESLint configuration
https://github.com/xiaofan2406/eslint-config-free
eslint eslint-config hacktoberfest
Last synced: about 2 months ago
JSON representation
ESLint configuration
- Host: GitHub
- URL: https://github.com/xiaofan2406/eslint-config-free
- Owner: xiaofan2406
- License: mit
- Created: 2019-10-12T05:05:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T14:25:38.000Z (3 months ago)
- Last Synced: 2024-10-29T17:34:46.986Z (3 months ago)
- Topics: eslint, eslint-config, hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 321 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-free
## Get Started
### Install
```
npm i -D eslint-config-free
```### Extend the config
Ensure the `free` config is in the `extends` in your eslint config file.
```json
{
"extends": "free"
}
```## Includes
- typescript linting
- eslint-config-prettier
- eslint-plugin-import
- eslint-plugin-jsx-a11y
- eslint-plugin-react
- eslint-plugin-react-hooks