https://github.com/radoslav-grencik/eslint-config
ESLint and Prettier configuration by Radoslav Grenčík
https://github.com/radoslav-grencik/eslint-config
eslint eslintconfig prettier prettierconfig
Last synced: 7 months ago
JSON representation
ESLint and Prettier configuration by Radoslav Grenčík
- Host: GitHub
- URL: https://github.com/radoslav-grencik/eslint-config
- Owner: radoslav-grencik
- Created: 2023-03-16T18:20:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T09:49:44.000Z (about 2 years ago)
- Last Synced: 2025-03-07T09:37:00.128Z (over 1 year ago)
- Topics: eslint, eslintconfig, prettier, prettierconfig
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
Install the package and its peer dependencies:
```bash
npx install-peerdeps --dev @radoslav-grencik/eslint-config
```
## Configuration
Add to `package.json`:
```json
{
"eslintConfig": {
"extends": "@radoslav-grencik/eslint-config"
},
"prettier": "@radoslav-grencik/prettier-config"
}
```