Skip to content

Commit ed6b5af

Browse files
greenkeeper[bot]jakezatecky
authored andcommitted
Update gulp-eslint to the latest version 🚀 (#155)
* chore(package): update gulp-eslint to version 6.0.0 * Update gulp-eslint to latest version
1 parent 8f979fd commit ed6b5af

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

‎.eslintrc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22
"extends": "takiyon-react",
33
"env": {
44
"browser": true,
5-
"mocha": true
5+
"mocha": true,
6+
"node": true
67
},
78
"settings": {
89
"import/resolver": {
10+
// "Fixes Node resolution issues in ESLint v6
11+
// https://github.com/benmosher/eslint-plugin-import/issues/1396
12+
"node": {},
13+
914
"webpack": {
1015
"config": "webpack.test.config.js"
1116
}

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"gulp": "^4.0.0",
5151
"gulp-autoprefixer": "^7.0.0",
5252
"gulp-clean-css": "^4.0.0",
53-
"gulp-eslint": "^5.0.0",
53+
"gulp-eslint": "^6.0.0",
5454
"gulp-exec": "^4.0.0",
5555
"gulp-header": "^2.0.5",
5656
"gulp-less": "^4.0.1",

0 commit comments

Comments
 (0)