File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ const config = createConfig([
6262 files : [
6363 '**/*.{js,cjs,mjs}' ,
6464 '**/*.test.{js,ts}' ,
65+ '**/test/**/*.{js,ts}' ,
6566 '**/tests/**/*.{js,ts}' ,
6667 'scripts/*.ts' ,
6768 'scripts/create-package/**/*.ts' ,
@@ -218,12 +219,6 @@ const config = createConfig([
218219 sourceType : 'module' ,
219220 } ,
220221 } ,
221- {
222- files : [ 'packages/*/test/**/*.{js,ts}' ] ,
223- rules : {
224- 'import-x/no-nodejs-modules' : 'off' ,
225- } ,
226- } ,
227222 {
228223 files : [ 'packages/eth-json-rpc-middleware/**/*.ts' ] ,
229224 rules : {
@@ -237,7 +232,6 @@ const config = createConfig([
237232 '@typescript-eslint/restrict-template-expressions' : 'off' ,
238233 'id-denylist' : 'off' ,
239234 'id-length' : 'off' ,
240- 'import/no-nodejs-modules' : 'off' ,
241235 'jsdoc/match-description' : 'warn' ,
242236 'jsdoc/no-types' : 'warn' ,
243237 'jsdoc/require-hyphen-before-param-description' : 'warn' ,
You can’t perform that action at this time.
0 commit comments