mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-22 08:46:54 -06:00
Remove useless wildcards for tslint
This commit is contained in:
parent
ec2fd5851a
commit
40d5da636f
@ -17,7 +17,7 @@
|
||||
"tsc:w": "tsc -w",
|
||||
"typings": "typings",
|
||||
"postinstall": "typings install",
|
||||
"test": "standard && tslint -c ./tslint.json angular/**/*.ts angular/**/**/*.ts angular/**/**/**/*.ts"
|
||||
"test": "standard && tslint -c ./tslint.json angular/**/*.ts"
|
||||
},
|
||||
"license": "GPLv3",
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user