Skip to content

Commit

Permalink
Update .eslintrc.json to disable array-type test
Browse files Browse the repository at this point in the history
  • Loading branch information
kwnevarez authored Jan 26, 2024
1 parent 5514911 commit bb8c61f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"extends": ["./node_modules/gts", "plugin:jest/recommended"],
"root": true
"rules": {
"@definitelytyped/strict-export-declare-modifiers": "off",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/consistent-type-definitions": "off",
"@typescript-eslint/array-type": "off"
}
}

0 comments on commit bb8c61f

Please sign in to comment.