From 6ae5ea5423dc91f4bd26bcebce704cf7cd89cb79 Mon Sep 17 00:00:00 2001 From: Stoyan Kolev <36141982+CloudNStoyan@users.noreply.github.com> Date: Thu, 16 May 2024 12:29:08 +0300 Subject: [PATCH] remove disabling of import/no-nodejs-modules for testing files & formatting --- eslint.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 678d714..db5b77f 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -58,7 +58,6 @@ export default tseslint.config( ...globals.es2015, ...globals.browser, }, - ecmaVersion: 'latest', sourceType: 'module', parserOptions: { @@ -379,7 +378,6 @@ export default tseslint.config( }, ], 'import/no-restricted-paths': ['off', { zones: [] }], - 'import/no-nodejs-modules': 'off', }, }, {