diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2016-06-22 19:41:57 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-22 19:41:57 +0400 |
commit | 25d8ccd1112d75394b91071ff7eba13283aaf898 (patch) | |
tree | 19dd5f7d17989f054ab90f15635fdbbd6ab0afb5 /.gitignore | |
parent | 58c6ca9822afa42d3b40cca8edb0abe90a2bcb34 (diff) | |
download | jquery-25d8ccd1112d75394b91071ff7eba13283aaf898.tar.gz jquery-25d8ccd1112d75394b91071ff7eba13283aaf898.zip |
Build: Improve ESLint configuration (#3188)
* Bump eslint-config-jquery package to 0.1.4 version
* Add subtask "dist" to "eslint" task and add it to the build task list
* Make gitignore globs more flexible for the "dist" folder
Fixes gh-3169
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 676ce1739..300adf912 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,10 @@ npm-debug.log -/dist/jquery* +# Ignore everything in dist folder except for eslint config +/dist/* +!/dist/.eslintrc + /node_modules /test/node_smoke_tests/lib/ensure_iterability.js |