diff --git a/index.cjs b/index.cjs index 6694375..7690180 100644 --- a/index.cjs +++ b/index.cjs @@ -85,5 +85,8 @@ module.exports = { // Some dependencies do not respect this, let’s only warn camelcase: 'warn', + + // Broken rule, let’s not use + 'n/file-extension-in-import': 'off', }, }