File tree 3 files changed +4
-9
lines changed
3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 26
26
],
27
27
28
28
// Shows errors where jshint wouldn't (see jshint "expr" rule)
29
- // clarifing this with eslint team
29
+ // clarifying this with eslint team
30
30
// "no-unused-expressions": "error",
31
31
"wrap-iife" : [
32
32
" error" ,
35
35
"no-caller" : " error" ,
36
36
"quotes" : [
37
37
" error" ,
38
- " double" ,
39
- " avoid-escape"
38
+ " double"
40
39
],
41
40
"no-undef" : " error" ,
42
41
"no-unused-vars" : " error" ,
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - " 0.10"
4
- - " 0.12"
5
- - " 4"
6
- - " 5"
7
3
- " 6"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ extends: ../../.eslintrc
8
8
root: true
9
9
10
10
rules:
11
- // For builded version
12
- // TODO: do not use builded version to check the code
11
+ // For the built version
12
+ // TODO: do not use the built version to check the code
13
13
lines-around-comment: "off"
14
14
no-multiple-empty-lines: "off"
You can’t perform that action at this time.
0 commit comments