-
- Downloads
Merge branch 'eslint-fix' into 'master'
Installed lint-staged See merge request !6
No related branches found
No related tags found
.lintstagedrc
0 → 100644
... | @@ -37,6 +37,11 @@ | ... | @@ -37,6 +37,11 @@ |
"last 1 safari version" | "last 1 safari version" | ||
] | ] | ||
}, | }, | ||
"husky": { | |||
"hooks": { | |||
"pre-commit": "lint-staged" | |||
} | |||
}, | |||
"devDependencies": { | "devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.18.0", | "@typescript-eslint/eslint-plugin": "^4.18.0", | ||
"@typescript-eslint/parser": "^4.18.0", | "@typescript-eslint/parser": "^4.18.0", | ||
... | @@ -49,6 +54,9 @@ | ... | @@ -49,6 +54,9 @@ |
"eslint-plugin-prettier": "^3.3.1", | "eslint-plugin-prettier": "^3.3.1", | ||
"eslint-plugin-react": "^7.20.0", | "eslint-plugin-react": "^7.20.0", | ||
"eslint-plugin-react-hooks": "^4", | "eslint-plugin-react-hooks": "^4", | ||
"husky": "=4", | |||
"lint-staged": "^10.5.4", | |||
"mrm": "^2.6.0", | |||
"prettier": "2.2.1" | "prettier": "2.2.1" | ||
} | } | ||
} | } |
This diff is collapsed.
Please register or sign in to comment