Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

Commit 32fe73b

Browse files
author
Brendan Abbott
committed
Better linting
1 parent 77588da commit 32fe73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test": "jest",
2424
"test:build": "jest -c '{}' build",
2525
"test:coverage": "jest --coverage",
26-
"lint": "tslint 'src/**/*.ts'",
26+
"lint": "tslint -p tsconfig.json --type-check -c tslint.json",
2727
"preversion": "npm run lint && npm run test",
2828
"release": "cd build && npm publish",
2929
"test:project": "cd test/project && yarn sls openapi generate",

0 commit comments

Comments
 (0)