https://github.com/socker210/eslint-config-forme
https://github.com/socker210/eslint-config-forme
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/socker210/eslint-config-forme
- Owner: socker210
- License: mit
- Created: 2021-06-02T16:17:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T15:14:08.000Z (about 5 years ago)
- Last Synced: 2025-10-22T09:37:46.814Z (8 months ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Configurations
## default
### extends
- eslint:recommended
- plugin:jest/recommended
- plugin:prettier/recommended
## react
### extends
- plugin:react/recommended
- plugin:react-hooks/recommended
## typescript
### extends
- plugin:@typescript-eslint/recommended
- plugin:@typescript-eslint/recommended-requiring-type-checking
## typescript-react
### extends
- plugin:react/recommended
- plugin:react-hooks/recommended
- plugin:@typescript-eslint/recommended
- plugin:@typescript-eslint/recommended-requiring-type-checking