1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +02:00

chore: cleaner configs

This commit is contained in:
2024-01-30 01:32:52 +01:00
parent 17dea937eb
commit b671018a00
8 changed files with 484 additions and 732 deletions

View File

@@ -102,7 +102,7 @@ echo "{}" > .prettierrc.json
#### `package.json`
```jsonc
```json
{
"scripts": {
"lint:eslint": "eslint . --max-warnings 0 --report-unused-disable-directives --ignore-path .gitignore",