Skip to content

Commit ee93339

Browse files
greenkeeperio-botglebec
authored andcommitted
Update eslint to version 3.2.0 🚀 (#7)
* chore(package): update eslint to version 3.2.0 https://greenkeeper.io/ * add new rules from eslint 3.2.0
1 parent 1800b53 commit ee93339

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ rules: # http://eslint.org/docs/rules/
194194
no-plusplus: 0 # disallow the unary operators `++` and `--`
195195
no-restricted-syntax: 0 # disallow specified syntax
196196
no-spaced-func: 1 # disallow spacing between `function` identifiers and their applications
197+
no-tabs: 0 # disallow tabs in file
197198
no-ternary: 0 # disallow ternary operators
198199
no-trailing-spaces: 1 # disallow trailing whitespace at the end of lines
199200
no-underscore-dangle: 0 # disallow dangling underscores in identifiers

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"chai": "^3.5.0",
39-
"eslint": "~3.1.0",
39+
"eslint": "~3.2.0",
4040
"mocha": "^2.5.3"
4141
}
4242
}

0 commit comments

Comments
 (0)