Skip to content

Commit 922ca27

Browse files
committed
Small corrections
Thanks to @mgol
1 parent cdff807 commit 922ca27

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.eslintrc.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727

2828
// Shows errors where jshint wouldn't (see jshint "expr" rule)
29-
// clarifing this with eslint team
29+
// clarifying this with eslint team
3030
// "no-unused-expressions": "error",
3131
"wrap-iife": [
3232
"error",
@@ -35,8 +35,7 @@
3535
"no-caller": "error",
3636
"quotes": [
3737
"error",
38-
"double",
39-
"avoid-escape"
38+
"double"
4039
],
4140
"no-undef": "error",
4241
"no-unused-vars": "error",

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
language: node_js
22
node_js:
3-
- "0.10"
4-
- "0.12"
5-
- "4"
6-
- "5"
73
- "6"

test/fixtures/.eslintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extends: ../../.eslintrc
88
root: true
99

1010
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
1313
lines-around-comment: "off"
1414
no-multiple-empty-lines: "off"

0 commit comments

Comments
 (0)