mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-03-18 21:30:38 +01:00
add dtslint to the main lint target
This commit is contained in:
1
Makefile
1
Makefile
@@ -4,6 +4,7 @@ test:
|
|||||||
./node_modules/jasme/run.js
|
./node_modules/jasme/run.js
|
||||||
lint:
|
lint:
|
||||||
node_modules/eslint/bin/eslint.js src
|
node_modules/eslint/bin/eslint.js src
|
||||||
|
node_modules/.bin/dtslint types
|
||||||
coverage:
|
coverage:
|
||||||
node_modules/istanbul/lib/cli.js cover \
|
node_modules/istanbul/lib/cli.js cover \
|
||||||
-i 'src/*' \
|
-i 'src/*' \
|
||||||
|
|||||||
Reference in New Issue
Block a user