Skip to content

Commit

Permalink
[Tests] remove jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 21, 2019
1 parent 7df2669 commit 7ccaf41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 136 deletions.
132 changes: 0 additions & 132 deletions .jscs.json

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -10,9 +10,7 @@
"posttest": "npm run audit",
"coverage": "covert test.js",
"coverage-quiet": "covert test.js --quiet",
"lint": "npm run jscs && npm run eslint",
"jscs": "jscs *.js",
"eslint": "eslint *.js",
"lint": "eslint .",
"preaudit": "npm install --package-lock --package-lock-only",
"audit": "npm audit",
"postaudit": "rm package-lock.json"
Expand All @@ -39,7 +37,6 @@
"devDependencies": {
"tape": "^4.2.1",
"covert": "^1.1.0",
"jscs": "^2.3.0",
"eslint": "^1.6.0",
"@ljharb/eslint-config": "^1.3.0"
},
Expand Down

0 comments on commit 7ccaf41

Please sign in to comment.