@tsslint/typescript-plugin
Advanced tools
Comparing version
@@ -192,3 +192,3 @@ "use strict"; | ||
if (config) { | ||
linter = (0, core_1.createLinter)(projectContext, config, true); | ||
linter = (0, core_1.createLinter)(projectContext, config, 'typescript-plugin'); | ||
} | ||
@@ -195,0 +195,0 @@ info.project.refreshDiagnostics(); |
{ | ||
"name": "@tsslint/typescript-plugin", | ||
"version": "1.2.4", | ||
"version": "1.3.0", | ||
"license": "MIT", | ||
@@ -15,8 +15,8 @@ "files": [ | ||
"dependencies": { | ||
"@tsslint/core": "1.2.4" | ||
"@tsslint/core": "1.3.0" | ||
}, | ||
"devDependencies": { | ||
"@tsslint/config": "1.2.4" | ||
"@tsslint/config": "1.3.0" | ||
}, | ||
"gitHead": "818bc257e90e431ca8988477862238c70a4757ff" | ||
"gitHead": "3dcc9b0ee6ff8ba8902749edca1892edb5e072d4" | ||
} |
11276
0.13%+ Added
+ Added
- Removed
- Removed
Updated