eslint-plugin-factorial
Advanced tools
Comparing version 2.0.13 to 2.0.14
{ | ||
"name": "eslint-plugin-factorial", | ||
"version": "2.0.13", | ||
"version": "2.0.14", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -5,3 +5,3 @@ const path = require('path') | ||
const exceptions = ['navigation.ts', 'sidebar.ts', 'events.ts', 'entrypoint.ts'] | ||
const exceptions = ['navigation', 'sidebar', 'events', 'entrypoint'] | ||
@@ -86,3 +86,3 @@ const specialFile = (fileName) => { | ||
// Core can import special files because they will be bundled together | ||
if (specialFile(moduleNode)) return | ||
if (specialFile(value)) return | ||
@@ -89,0 +89,0 @@ context.report({ |
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
14336