Skip to content

Commit

Permalink
[Tests] remove jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 5, 2019
1 parent 842e84e commit 1847ac2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 180 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
176 changes: 0 additions & 176 deletions .jscs.json

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"test:implementation": "node test/index.js",
"coverage": "covert test/*.js",
"coverage:quiet": "covert test/*.js --quiet",
"lint": "npm run --silent jscs && npm run --silent eslint",
"eslint": "eslint *.js test/*.js",
"jscs": "jscs *.js test/*.js",
"lint": "eslint .",
"build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
"prepublish": "npm run --silent build",
"security": "nsp check"
Expand Down Expand Up @@ -52,7 +50,6 @@
"eslint": "^5.3.0",
"for-each": "^0.3.3",
"is": "^3.2.1",
"jscs": "^3.0.7",
"nsp": "^3.2.1",
"tape": "^4.9.1"
},
Expand Down

0 comments on commit 1847ac2

Please sign in to comment.