diff --git a/package.json b/package.json index 965abe2d1..0ad5f3d4e 100644 --- a/package.json +++ b/package.json @@ -33,11 +33,11 @@ "test-electron": "yarn grunt test", "test-integration": "ELECTRON_DISABLE_SANDBOX=1 mocha --exit --full-trace --timeout 10000 ts/test/session/integration/integration_itest.js", "test-node": "mocha --recursive --exit --timeout 10000 test/app test/modules \"./ts/test/**/*_test.js\" ", - "eslint-full": "eslint . --cache", + "eslint-full": "eslint .", "lint-full": "yarn format-full && yarn lint-files-full", "lint-files-full": "yarn eslint-full && yarn tslint", "tslint": "tslint --format stylish --project .", - "format-full": "prettier --list-different --write \"*.{css,js,json,scss,ts,tsx}\" \"./**/*.{css,js,json,scss,ts,tsx}\" \"./**/*.{css,js,json,scss,ts,tsx}\"", + "format-full": "prettier --list-different --write \"*.{css,js,json,scss,ts,tsx}\" \"./**/*.{css,js,json,scss,ts,tsx}\"", "transpile": "tsc --incremental", "transpile:watch": "tsc -w", "clean-transpile": "rimraf ts/**/*.js ts/*.js ts/*.js.map ts/**/*.js.map && rimraf tsconfig.tsbuildinfo;", diff --git a/tslint.json b/tslint.json index 6d1a64b5e..4f804d015 100644 --- a/tslint.json +++ b/tslint.json @@ -121,6 +121,7 @@ "newline-before-return": false, "number-literal-format": false, "no-unnecessary-local-variable": false, + "no-unnecessary-type-assertion": false, "react-no-dangerous-html": [ true, {