Skip to content

Commit

Permalink
Disable linting for any
Browse files Browse the repository at this point in the history
Signed-off-by: Gnanakeethan Balasubramaniam <[email protected]>
  • Loading branch information
gnanakeethan committed Sep 14, 2023
1 parent 2913055 commit 3a0e21b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{
"extends": "./node_modules/gts/"
"extends": "./node_modules/gts/",
"plugins": [
"@typescript-eslint"
],
"rules": {
// Override our default settings just for this directory
"eqeqeq": "warn",
"strict": "off",
"@typescript-eslint/no-explicit-any": "off"
}
}

0 comments on commit 3a0e21b

Please sign in to comment.