Skip to content

Commit 128bc4d

Browse files
committed
Modify Code Style options
1 parent eb93219 commit 128bc4d

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.jscs.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ module.exports = {
2222
disallowSpacesInsideParentheses: true,
2323
requireSpacesInsideObjectBrackets: 'all',
2424
disallowQuotedKeysInObjects: 'allButReserved',
25-
disallowDanglingUnderscores: true,
2625
disallowSpaceAfterObjectKeys: true,
2726
requireCommaBeforeLineBreak: true,
2827
requireOperatorBeforeLineBreak: true,
@@ -39,7 +38,6 @@ module.exports = {
3938
mark: '\'',
4039
escape: true
4140
},
42-
validateIndentation: 4,
4341
disallowMixedSpacesAndTabs: true,
4442
disallowTrailingWhitespace: true,
4543
disallowKeywordsOnNewLine: ['else', 'catch'],

.jshintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"forin": true,
77
"freeze": true,
88
"immed": true,
9-
"latedef": true,
9+
"latedef": "nofucn",
1010
"noarg": true,
1111
"noempty": true,
1212
"nonbsp": true,

test/.jshintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"forin": true,
66
"freeze": true,
77
"immed": true,
8-
"latedef": true,
8+
"latedef": "nofucn",
99
"noarg": true,
1010
"noempty": true,
1111
"nonbsp": true,

0 commit comments

Comments
 (0)