This commit is contained in:
Matt Bierner 2019-05-21 16:47:32 -07:00
Родитель 9dde9c7ce9
Коммит 43a5b706d2
3 изменённых файлов: 7 добавлений и 4 удалений

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

@ -1,9 +1,12 @@
# Changelog
## 0.3.1 - January 31, 2018
## 0.4.0 - May 21, 2010
- Try to help users better understand why tslint is not enabled by generating warnings if there is a `tslint.json` and the tslint library cannot be found or generates an error.
## 0.3.1 - January 31, 2019
- Fix the `fix-all` action show up even on non-autofixable errors.
## 0.3.0 - January 21, 2018
## 0.3.0 - January 21, 2019
- Set `fixName` on returned actions. Thanks @kondi!
- Fix TS Lint's fix all quick fix showing up on non-tslint errors.
- Use `getCombinedQuickFixes` to compute 'fix all of X' errors.

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "typescript-tslint-plugin",
"version": "0.3.1",
"version": "0.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

@ -1,6 +1,6 @@
{
"name": "typescript-tslint-plugin",
"version": "0.3.1",
"version": "0.4.0",
"description": "TypeScript tslint language service plugin",
"main": "out/index.js",
"author": "Microsoft",