@fimbul/wotan
Advanced tools
Comparing version 0.23.0-dev.20210112 to 0.23.0-dev.20210114
{ | ||
"name": "@fimbul/wotan", | ||
"version": "0.23.0-dev.20210112", | ||
"version": "0.23.0-dev.20210114", | ||
"description": "Pluggable TypeScript and JavaScript linter", | ||
@@ -43,3 +43,3 @@ "bin": "bin/main.js", | ||
"dependencies": { | ||
"@fimbul/mimir": "0.23.0-dev.20210112", | ||
"@fimbul/mimir": "0.23.0-dev.20210114", | ||
"@fimbul/ymir": "0.22.0", | ||
@@ -46,0 +46,0 @@ "bind-decorator": "^1.0.11", |
@@ -1,2 +0,2 @@ | ||
import { GlobalOptions } from '@fimbul/ymir'; | ||
import { GlobalOptions, Severity } from '@fimbul/ymir'; | ||
import { LintOptions } from './runner'; | ||
@@ -18,4 +18,4 @@ import { OptionParser } from './optparse'; | ||
extensions: OptionParser.ParseFunction<readonly string[] | undefined>; | ||
reportUselessDirectives: OptionParser.ParseFunction<boolean | "warning" | "error" | "suggestion">; | ||
reportUselessDirectives: OptionParser.ParseFunction<boolean | Severity>; | ||
}; | ||
export declare function parseGlobalOptions(options: GlobalOptions | undefined): ParsedGlobalOptions; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
336682
+ Added@fimbul/mimir@0.23.0-dev.20210114(transitive)
- Removed@fimbul/mimir@0.23.0-dev.20210112(transitive)