@brainly-gene/eslint-plugin
Advanced tools
Comparing version 0.2.0-alpha.21 to 0.2.0-alpha.22
{ | ||
"name": "@brainly-gene/eslint-plugin", | ||
"version": "0.2.0-alpha.21", | ||
"version": "0.2.0-alpha.22", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -6,3 +6,3 @@ declare const _default: { | ||
enforceBuildableLibDependency: boolean; | ||
allow: any[]; | ||
allow: never[]; | ||
depConstraints: { | ||
@@ -9,0 +9,0 @@ sourceTag: string; |
@@ -37,3 +37,3 @@ "use strict"; | ||
CallExpression(node) { | ||
const isPathIgnored = ignorePaths.some((path) => context.getFilename().includes(path)); | ||
const isPathIgnored = ignorePaths === null || ignorePaths === void 0 ? void 0 : ignorePaths.some((path) => context.getFilename().includes(path)); | ||
if (isPathIgnored) { | ||
@@ -40,0 +40,0 @@ return; |
Sorry, the diff of this file is not supported yet
31921