Skip to content

Commit 1614a2e

Browse files
author
naman-contentstack
committed
update eslintrc
1 parent 7332748 commit 1614a2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"id-match": "error",
3636
"no-eval": "error",
3737
"no-var": "error",
38-
"@typescript-eslint/no-explicit-any": "warn",
39-
"@typescript-eslint/no-require-imports": "warn",
38+
"@typescript-eslint/no-explicit-any": "off",
39+
"@typescript-eslint/no-require-imports": "off",
4040
"prefer-const": "error"
4141
}
4242
}

0 commit comments

Comments
 (0)