enzostvs HF staff commited on
Commit
98456db
1 Parent(s): 155cf5f

handle error

Browse files
Files changed (1) hide show
  1. .eslintrc.json +4 -1
.eslintrc.json CHANGED
@@ -1,4 +1,7 @@
1
  {
2
  "extends": ["next/core-web-vitals", "next/typescript"],
3
- "rules": { "@typescript-eslint/no-explicit-any": "off" }
 
 
 
4
  }
 
1
  {
2
  "extends": ["next/core-web-vitals", "next/typescript"],
3
+ "rules": {
4
+ "@typescript-eslint/no-explicit-any": "off",
5
+ "@typescript-eslint/no-unused-vars": "off"
6
+ }
7
  }