diff options
-rw-r--r-- | .eslintignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore index 484ceeede..415493351 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,6 +1,8 @@ external node_modules *.min.js +dist/** +!dist/jquery.js test/data/jquery-1.9.1.js test/data/badcall.js test/data/badjson.js |