Skip to content

Commit d27855a

Browse files
DJclaude
andcommitted
chore(eslint): ignore vendored third-party minified libraries
npx eslint . linted the newly vendored marked.min.js / purify.min.js, producing ~1,500 style errors on third-party minified code. Exclude the vendor directory and any *.min.js from linting so ESLint only scans first-party source. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JjqBRjjqNLJuUCMibLDKKP
1 parent c849f81 commit d27855a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.eslintignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules/
2+
src/renderer/vendor/
3+
**/*.min.js

0 commit comments

Comments
 (0)