mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
chore(husky): implement husky commit hooks to install, lint and format before commit
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user