mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Remove useless wildcards for tslint
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user