From e666805f1c431d4c8f602cb3a3f40c3d2fac96a5 Mon Sep 17 00:00:00 2001 From: AyAyEm <42449362+AyAyEm@users.noreply.github.com> Date: Sat, 26 Nov 2022 11:04:22 -0300 Subject: [PATCH] fix: set import/extensions to always --- esm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esm.js b/esm.js index 9a02fa6..a5b1ea3 100644 --- a/esm.js +++ b/esm.js @@ -2,7 +2,7 @@ module.exports = { rules: { - 'import/extensions': 0, + 'import/extensions': ['error', 'always'], }, extends: ['@wfcd'], parser: '@babel/eslint-parser',