🌐 AI搜索 & 代理 主页
Skip to content

Commit b1d65af

Browse files
committed
Build: Add most of the dist folder to .eslintignore
This way `eslint .` run from the terminal will work regardless of ignored files present in the repository.
1 parent 5fd741b commit b1d65af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
external
22
node_modules
33
*.min.js
4+
dist/**
5+
!dist/jquery.js
46
test/data/jquery-1.9.1.js
57
test/data/badcall.js
68
test/data/badjson.js

0 commit comments

Comments
 (0)