Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Commit

Permalink
Upgrade gulp-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Sep 29, 2017
1 parent 97ddc39 commit 17bb753
Show file tree
Hide file tree
Showing 5 changed files with 272 additions and 499 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Expand Up @@ -21,6 +21,8 @@
"class-methods-use-this": "off",
"no-underscore-dangle": "off",
"no-plusplus": "off",
"no-unused-expressions": [2, { "allowShortCircuit": true, "allowTernary": true } ],
"prefer-destructuring": "off",

"no-multi-assign": "off",
"no-param-reassign": "off",
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/_package.json
Expand Up @@ -35,7 +35,7 @@
"fs-extra": "4.0.2",
"gulp": "3.9.1",
"gulp-bump": "2.7.0",
"gulp-eslint": "3.0.1",
"gulp-eslint": "4.0.0",
"gulp-exclude-gitignore": "1.1.1",
"gulp-git": "2.1.0",
"gulp-istanbul": "1.1.1",
Expand Down
2 changes: 2 additions & 0 deletions generators/app/templates/eslintrc.json
Expand Up @@ -21,6 +21,8 @@
"class-methods-use-this": "off",
"no-underscore-dangle": "off",
"no-plusplus": "off",
"no-unused-expressions": [2, { "allowShortCircuit": true, "allowTernary": true } ],
"prefer-destructuring": "off",

"no-multi-assign": "off",
"no-param-reassign": "off",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"fs-extra": "4.0.2",
"gulp": "3.9.1",
"gulp-bump": "2.7.0",
"gulp-eslint": "3.0.1",
"gulp-eslint": "4.0.0",
"gulp-exclude-gitignore": "1.1.1",
"gulp-git": "2.1.0",
"gulp-istanbul": "1.1.1",
Expand Down

0 comments on commit 17bb753

Please sign in to comment.