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 1254ae8 commit d7723aa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .jscs.json
@@ -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
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -33,11 +33,11 @@
],
"dependencies": {},
"devDependencies": {
"tape": "^4.0.1",
"tape": "^4.0.2",
"covert": "^1.1.0",
"jscs": "^1.13.1",
"eslint": "^1.0.0-rc-3",
"@ljharb/eslint-config": "^1.0.3"
"jscs": "^2.0.0",
"eslint": "^1.0.0",
"@ljharb/eslint-config": "^1.0.4"
},
"testling": {
"files": "test.js",
Expand Down

0 comments on commit d7723aa

Please sign in to comment.