Skip to content

Commit

Permalink
[Dev Deps] remove jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 12, 2020
1 parent 35c4c26 commit ff391ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 130 deletions.
126 changes: 0 additions & 126 deletions .jscs.json

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -16,9 +16,7 @@
"test:shimmed:es6-shim": "node --es-staging test/shimmed-es6.js",
"coverage": "covert test/*.js",
"coverage-quiet": "covert test/*.js --quiet",
"lint": "npm run jscs && npm run eslint",
"jscs": "jscs test/*.js *.js",
"eslint": "eslint test/*.js *.js",
"lint": "eslint .",
"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
"security": "nsp package",
"version": "auto-changelog && git add CHANGELOG.md",
Expand Down Expand Up @@ -50,7 +48,6 @@
"es6-shim": "^0.33.6",
"eslint": "^1.6.0",
"function-bind": "^1.0.2",
"jscs": "^2.2.1",
"nsp": "^1.1.0",
"replace": "^0.3.0",
"semver": "^5.0.3",
Expand Down

0 comments on commit ff391ce

Please sign in to comment.