Skip to content

Commit

Permalink
fix code style configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mohayonao committed Apr 25, 2014
1 parent 44b84ec commit 816733b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"requireSpaceAfterBinaryOperators": [
"+", "-", "*", "=", "==", "===", "!=","!=="
],
"disallowMultipleLineBreaks": true,
"validateLineBreaks": "LF",
"validateQuoteMarks": { "mark": "\"", "escape": true },
"validateIndentation": 2,
Expand Down
1 change: 0 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"noarg" : true,
"noempty" : true,
"nonew" : true,
"quotmark": true,
"undef" : true,
"strict" : true,
"newcap" : true,
Expand Down

0 comments on commit 816733b

Please sign in to comment.