diff --git a/eslint.config.js b/eslint.config.js index 313c17d..e490686 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -2,6 +2,9 @@ const js = require('@eslint/js'); const globals = require('globals'); module.exports = [ + { + ignores: ['.opencode/dist/**', '.cursor/**', 'node_modules/**'] + }, js.configs.recommended, { languageOptions: {