eslint-plugin-ts-exports
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -94,4 +94,10 @@ "use strict"; | ||
loc: { | ||
start, | ||
end, | ||
start: { | ||
line: start.line, | ||
column: start.column - 1, | ||
}, | ||
end: { | ||
line: end.line, | ||
column: end.column - 1, | ||
}, | ||
}, | ||
@@ -98,0 +104,0 @@ data: { |
{ | ||
"name": "eslint-plugin-ts-exports", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
6770
130