Skip to content

Commit

Permalink
Update tape, jscs, eslint, @ljharb/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 5, 2015
1 parent 7be1f0a commit 675372b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .jscs.json
@@ -1,4 +1,6 @@
{
"es3": true,

"additionalRules": [],

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

"disallowSpaceAfterKeywords": [],

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

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

"requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true },
"requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true },
"disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true },
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -30,14 +30,14 @@
"devDependencies": {
"foreach": "^2.0.5",
"is": "^3.0.1",
"tape": "^4.0.1",
"tape": "^4.0.2",
"indexof": "^0.0.1",
"covert": "^1.1.0",
"jscs": "^1.13.1",
"jscs": "^2.0.0",
"editorconfig-tools": "^0.1.1",
"nsp": "^1.0.3",
"eslint": "^1.0.0-rc-3",
"@ljharb/eslint-config": "^1.0.3",
"eslint": "^1.0.0",
"@ljharb/eslint-config": "^1.0.4",
"semver": "^5.0.1",
"replace": "^0.3.0"
},
Expand Down

0 comments on commit 675372b

Please sign in to comment.