chore: add some eslint rules (#344)

This commit is contained in:
Nafees Nazik
2023-11-14 14:31:45 +05:30
committed by GitHub
parent 1c3cdf3165
commit c2d7954467
11 changed files with 264 additions and 77 deletions
+6 -1
View File
@@ -5,7 +5,12 @@
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
},
"lint": {},
"lint": {
"cache": false
},
"lint:fix": {
"cache": false
},
"clean": {
"cache": false
},