rename lint

This commit is contained in:
proddy
2023-04-30 09:52:47 +02:00
parent a256d2573c
commit ceb63fa09f

View File

@@ -16,8 +16,7 @@
"standalone": "npm-run-all -p dev typesafe-i18n mock-api", "standalone": "npm-run-all -p dev typesafe-i18n mock-api",
"typesafe-i18n": "typesafe-i18n", "typesafe-i18n": "typesafe-i18n",
"format": "prettier --write '**/*.{ts,tsx,js,css,json,md}'", "format": "prettier --write '**/*.{ts,tsx,js,css,json,md}'",
"lint": "eslint . --cache --max-warnings=0", "lint": "eslint . --cache --fix"
"lint-fixall": "eslint . --cache --fix"
}, },
"dependencies": { "dependencies": {
"@emotion/react": "^11.10.8", "@emotion/react": "^11.10.8",