From 9ed81f25ab7f462546888a4ddd7fcecdf5ea1806 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Wed, 29 Nov 2023 20:36:54 -0500 Subject: Update config --- .eslintrc.json | 9 --------- test/jsconfig.json | 4 ++-- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index b16032fc..a46aff4b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -763,15 +763,6 @@ }, "env": {} }, - { - "files": [ - "test/**/*.js" - ], - "rules": { - "jsdoc/require-jsdoc": "off", - "jsdoc/no-undefined-types": "off" - } - }, { "files": [ "dev/lib/**/*.js" diff --git a/test/jsconfig.json b/test/jsconfig.json index 1881fbce..7dbf3950 100644 --- a/test/jsconfig.json +++ b/test/jsconfig.json @@ -1,9 +1,9 @@ { "compilerOptions": { - "module": "ES2015", + "module": "ES2022", "target": "ES2022", "checkJs": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "strict": true, "strictNullChecks": true, "noImplicitAny": true, -- cgit v1.2.3