Skip to content

Commit

Permalink
Update tape, jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 5, 2015
1 parent 29cd85b commit bcb3ac9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .jscs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"es3": true,

"additionalRules": [],

"requireSemicolons": true,
Expand All @@ -13,6 +15,20 @@

"disallowSpaceAfterKeywords": [],

"disallowSpaceBeforeComma": true,
"disallowSpaceBeforeSemicolon": true,

"disallowNodeTypes": [
"DebuggerStatement",
"ForInStatement",
"LabeledStatement",
"SwitchCase",
"SwitchStatement",
"WithStatement"
],

"requireObjectKeysOnNewLine": true,

"requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true },
"requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true },
"disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true },
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"dependencies": {},
"devDependencies": {
"tape": "^4.0.0",
"tape": "^4.0.2",
"covert": "^1.1.0",
"jscs": "^1.13.1"
"jscs": "^2.0.0"
},
"license": "MIT",
"licenses": [
Expand Down

0 comments on commit bcb3ac9

Please sign in to comment.