Remove jscs from the project

This commit is contained in:
Scott Nonnenberg
2018-05-19 21:18:37 -07:00
parent cfe0bd0e79
commit ec3e36824c
5 changed files with 31 additions and 335 deletions

View File

@@ -30,7 +30,6 @@
"test-node": "mocha --recursive test/app test/modules ts/test",
"test-node-coverage": "nyc --reporter=lcov --reporter=text mocha --recursive test/app test/modules ts/test",
"eslint": "eslint .",
"jscs": "yarn grunt jscs",
"jshint": "yarn grunt jshint",
"lint": "yarn format --list-different && yarn lint-windows",
"lint-windows": "yarn eslint && yarn grunt lint && yarn tslint",
@@ -128,7 +127,6 @@
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-gitinfo": "^0.1.7",
"grunt-jscs": "^3.0.1",
"grunt-sass": "^2.0.0",
"mocha": "^4.1.0",
"mocha-testcheck": "^1.0.0-rc.0",