Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.

Commit ee17b2f

Browse files
committed
Removed deprecated ts linter.
1 parent 633fea6 commit ee17b2f

File tree

3 files changed

+1
-30
lines changed

3 files changed

+1
-30
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@
1919
"node": ">=6.0.0"
2020
},
2121
"scripts": {
22-
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
2322
"prebuild": "rimraf dist",
2423
"build": "tsc --module commonjs && rollup -c rollup.config.ts",
2524
"start": "rollup -c rollup.config.ts -w",
2625
"test": "jest --coverage",
2726
"test:watch": "jest --coverage --watch",
28-
"test:prod": "npm run lint && npm run test -- --no-cache",
27+
"test:prod": "npm run test -- --no-cache",
2928
"report-coverage": "cat ./coverage/lcov.info | coveralls",
3029
"commit": "git-cz",
3130
"precommit": "lint-staged",

tsconfig.json

-22
This file was deleted.

tslint.json

-6
This file was deleted.

0 commit comments

Comments
 (0)