diff --git a/eslint.config.js b/eslint.config.js index 37bd644..684a608 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -104,17 +104,4 @@ module.exports = [ }, }, - // Standalone helper scripts in /tmp or one-shots — pull from - // the same config-less defaults but don't enforce as strictly. - { - files: ['scripts/**/*.js'], - languageOptions: { - ecmaVersion: 2023, - sourceType: 'commonjs', - globals: { ...globals.node }, - }, - rules: { - ...js.configs.recommended.rules, - }, - }, ];