@fimbul/wotan
Advanced tools
Comparing version 0.23.0-dev.20210108 to 0.23.0-dev.20210110
{ | ||
"name": "@fimbul/wotan", | ||
"version": "0.23.0-dev.20210108", | ||
"version": "0.23.0-dev.20210110", | ||
"description": "Pluggable TypeScript and JavaScript linter", | ||
@@ -43,3 +43,3 @@ "bin": "bin/main.js", | ||
"dependencies": { | ||
"@fimbul/mimir": "0.23.0-dev.20210108", | ||
"@fimbul/mimir": "0.23.0-dev.20210110", | ||
"@fimbul/ymir": "0.22.0", | ||
@@ -46,0 +46,0 @@ "bind-decorator": "^1.0.11", |
@@ -30,2 +30,4 @@ "use strict"; | ||
const { fileName } = file; | ||
if (fileName.endsWith('.json')) | ||
return false; | ||
if (this.options.composite) | ||
@@ -36,3 +38,3 @@ return this.rootNames.includes(fileName); | ||
if (!fileName.endsWith('.d.ts')) | ||
return !fileName.endsWith('.json'); | ||
return true; | ||
if ( | ||
@@ -39,0 +41,0 @@ // lib.xxx.d.ts |
@@ -183,2 +183,4 @@ "use strict"; | ||
case '.tsx': | ||
case '.js': | ||
case '.jsx': | ||
break; | ||
@@ -185,0 +187,0 @@ case '.ts': |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
336477
4207
+ Added@fimbul/mimir@0.23.0-dev.20210110(transitive)
- Removed@fimbul/mimir@0.23.0-dev.20210108(transitive)