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 /.npmignore | |
parent | 019c8f1f41de8696b2b90c43648fe339efdb6a02 (diff) | |
download | jquery-f80ae67c53c0a4bfc95741ed39d7f9e498eaf02b.tar.gz jquery-f80ae67c53c0a4bfc95741ed39d7f9e498eaf02b.zip |
Build: Switch from jscs+jshint to eslint
Diffstat (limited to '.npmignore')
-rw-r--r-- | .npmignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.npmignore b/.npmignore index d51094952..322f560b7 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,5 @@ -.jshintignore -.jshintrc +.eslintignore +.eslintrc /.editorconfig /.gitattributes |