Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit 2698277

Browse files
committed
chore: remove tslint
1 parent 8824fea commit 2698277

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"build": "tsc",
1111
"cli": "ts-node --transpile-only src/cli.ts",
1212
"cli:dist": "tsc && node dist/cli.js",
13-
"lint": "tslint -c tslint.json 'src/**/*.ts'",
1413
"test": "jest",
1514
"pretest:int": "rm -rf tests/scratch",
1615
"test:int": "env JEST_JUNIT_OUTPUT_DIR=./tests/reports/int jest --testMatch **/*.test.int.ts --ci"
@@ -34,8 +33,6 @@
3433
"jest-junit": "^11.0.1",
3534
"ts-jest": "^27.1.3",
3635
"ts-node": "^8.6.2",
37-
"tslint": "^6.1.3",
38-
"tslint-config-airbnb-base": "^0.3.0",
3936
"typescript": "~3.8.3",
4037
"uuid": "^8.2.0"
4138
},

0 commit comments

Comments
 (0)