aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-11-29 20:31:02 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-11-29 20:31:02 -0500
commitfd8be74abfd8ed46f984a5d0b70adcc8c641b617 (patch)
tree3f9024a3afbeeb6c59ac5be1eddb1a869eab53b6 /.eslintrc.json
parent59685d00ca5b2e6f7378280f9bbe6af2aeed404f (diff)
Update types
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 58262714..b16032fc 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -771,6 +771,14 @@
"jsdoc/require-jsdoc": "off",
"jsdoc/no-undefined-types": "off"
}
+ },
+ {
+ "files": [
+ "dev/lib/**/*.js"
+ ],
+ "extends": [
+ "plugin:@typescript-eslint/disable-type-checked"
+ ]
}
]
}