Skip to content

Commit 608cf32

Browse files
refactor: Disable ban-types rule in ESLint configuration for TypeScript
1 parent 4a88f4a commit 608cf32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/contentstack-auth/.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"plugin:@typescript-eslint/recommended"
1212
],
1313
"rules": {
14+
"@typescript-eslint/ban-types": "off",
1415
"@typescript-eslint/no-unused-vars": [
1516
"error",
1617
{

0 commit comments

Comments
 (0)