Add a lint command to perform fixes (#634)

* Update third party notices for mongodb-extended-json.

* Add lint-fix command
This commit is contained in:
Prashanth 2018-05-17 15:15:05 -07:00 коммит произвёл GitHub
Родитель 66d1acd39f
Коммит 4236162db3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -790,6 +790,7 @@
"build": "tsc -p ./",
"compile": "tsc -watch -p ./",
"lint": "tslint --project tsconfig.json -t verbose",
"lint-fix": "tslint --project tsconfig.json -t verbose --fix",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "node ./node_modules/vscode/bin/test",
"antlr4ts": "antlr4ts -visitor ./grammar/mongo.g4 -o ./src/mongo/grammar"