Skip to content

Commit

Permalink
[Dev Deps] update jscs, eslint, @ljharb/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 17, 2016
1 parent 37bae7f commit 1280e56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .jscs.json
Expand Up @@ -154,6 +154,10 @@

"requireCapitalizedConstructorsNew": {
"allExcept": ["Function", "String", "Object", "Symbol", "Number", "Date", "RegExp", "Error", "Boolean", "Array"]
}
},

"requireImportAlphabetized": false,

"disallowSpacesInsideTemplateStringPlaceholders": true
}

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -49,12 +49,12 @@
"devDependencies": {
"tape": "^4.4.0",
"covert": "^1.1.0",
"jscs": "^2.9.0",
"jscs": "^2.10.1",
"nsp": "^2.2.0",
"eslint": "^2.0.0",
"eslint": "^2.1.0",
"semver": "^5.1.0",
"replace": "^0.3.0",
"@ljharb/eslint-config": "^2.1.0",
"@ljharb/eslint-config": "^2.1.1",
"@es-shims/api": "^1.1.0"
},
"testling": {
Expand Down

0 comments on commit 1280e56

Please sign in to comment.