From 2aa2914a67617cfceeaeecb772b142edec0816ee Mon Sep 17 00:00:00 2001 From: Daniel Kennedy Date: Wed, 25 Feb 2026 13:49:28 -0500 Subject: [PATCH] eslint: don't allow common-js imports --- eslint.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 07022b3..ccf0129 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -25,7 +25,6 @@ export default [ 'github/filenames-match-regex': 'off', 'github/array-foreach': 'off', 'import/no-namespace': 'off', - 'import/no-commonjs': 'off', 'import/named': 'off', 'import/no-unresolved': 'off', 'i18n-text/no-en': 'off',