diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2016-05-10 12:06:37 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2016-06-11 10:39:51 +0300 |
commit | f80ae67c53c0a4bfc95741ed39d7f9e498eaf02b (patch) | |
tree | 0499a584312648dabec36e3803b0ed5354146def /.eslintignore | |
parent | 019c8f1f41de8696b2b90c43648fe339efdb6a02 (diff) | |
download | jquery-f80ae67c53c0a4bfc95741ed39d7f9e498eaf02b.tar.gz jquery-f80ae67c53c0a4bfc95741ed39d7f9e498eaf02b.zip |
Build: Switch from jscs+jshint to eslint
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 000000000..adfbe3f4b --- /dev/null +++ b/.eslintignore @@ -0,0 +1,12 @@ +external +test/data/jquery-1.9.1.js +test/data/badcall.js +test/data/badjson.js +test/data/json_obj.js +test/data/readywaitasset.js +test/data/readywaitloader.js +test/data/support/csp.js +test/data/support/getComputedSupport.js +test/node_smoke_tests/lib/ensure_iterability.js +node_modules +dist |