From: Jérôme Benoit Date: Sun, 19 Mar 2023 23:50:16 +0000 (+0100) Subject: build(simulator): refine linter configuration X-Git-Tag: v2.4.0-0~46 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=30eafb1efdb656c3651d5a1733f06f1327f71bd4;p=poolifier.git build(simulator): refine linter configuration Signed-off-by: Jérôme Benoit --- diff --git a/.eslintrc.js b/.eslintrc.js index 2e396436..cf1544ff 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -40,6 +40,7 @@ module.exports = defineConfig({ 'cpu', 'cpus', 'ctx', + 'deprecations', 'ecma', 'enum', 'esm', @@ -104,7 +105,7 @@ module.exports = defineConfig({ } }, { - files: ['**/*.js'], + files: ['**/*.js', '**/*.mjs'], plugins: ['jsdoc'], extends: ['plugin:n/recommended', 'plugin:jsdoc/recommended', 'standard'] },