@tsslint/typescript-plugin 1.2.3 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +4 -4
package/index.js
CHANGED
|
@@ -189,7 +189,7 @@ function decorateLanguageService(ts, tsconfig, info) {
|
|
|
189
189
|
return diag;
|
|
190
190
|
});
|
|
191
191
|
if (config) {
|
|
192
|
-
linter = (0, core_1.createLinter)(projectContext, config,
|
|
192
|
+
linter = (0, core_1.createLinter)(projectContext, config, 'typescript-plugin');
|
|
193
193
|
}
|
|
194
194
|
info.project.refreshDiagnostics();
|
|
195
195
|
}, true, ts.sys.createHash);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsslint/typescript-plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"files": [
|
|
6
6
|
"**/*.js",
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"directory": "packages/typescript-plugin"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@tsslint/core": "1.
|
|
15
|
+
"@tsslint/core": "1.3.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@tsslint/config": "1.
|
|
18
|
+
"@tsslint/config": "1.3.0"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "3dcc9b0ee6ff8ba8902749edca1892edb5e072d4"
|
|
21
21
|
}
|