@fimbul/wotan
Advanced tools
Comparing version 0.22.0-dev.20191009 to 0.22.0-dev.20191010
{ | ||
"name": "@fimbul/wotan", | ||
"version": "0.22.0-dev.20191009", | ||
"version": "0.22.0-dev.20191010", | ||
"description": "Pluggable TypeScript and JavaScript linter", | ||
@@ -5,0 +5,0 @@ "bin": "bin/main.js", |
@@ -203,3 +203,2 @@ "use strict"; | ||
const result = []; | ||
// tslint:disable-next-line:max-line-length | ||
const commentRegex = /(\/[/*] *wotan-(enable|disable)((?:-next)?-line)?)( +(?:(?:[\w-]+\/)*[\w-]+ *, *)*(?:[\w-]+\/)*[\w-]+)? *(?:$|\*\/)/mg; | ||
@@ -206,0 +205,0 @@ for (let match = commentRegex.exec(sourceFile.text); match !== null; match = commentRegex.exec(sourceFile.text)) { |
Sorry, the diff of this file is not supported yet
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
333831
4136