chore(husky): implement husky commit hooks to install, lint and format before commit

This commit is contained in:
Amruth Pillai
2022-03-08 08:11:47 +01:00
parent 54fd97b5ec
commit e52edaa552
7 changed files with 30 additions and 26 deletions

View File

@ -1,14 +1,8 @@
{
"extends": [
"../.eslintrc.json",
"next/core-web-vitals"
],
"ignorePatterns": [
".next",
"__ENV.js"
],
"extends": ["../.eslintrc.json", "next/core-web-vitals"],
"ignorePatterns": [".next", "__ENV.js"],
"rules": {
"@next/next/no-img-element": "off",
"@next/next/no-sync-scripts": "off"
}
}
}