@scandipwa/eslint-plugin-scandipwa-guidelines
Advanced tools
Comparing version 1.10.0 to 1.10.1
@@ -20,2 +20,3 @@ /** | ||
module.exports = { | ||
@@ -28,3 +29,3 @@ meta: { | ||
}, | ||
fixable: 'code', | ||
fixable: 'code' | ||
}, | ||
@@ -34,2 +35,7 @@ | ||
Program(node) { | ||
// Core-only rule | ||
if (!context.getFilename().includes('localmodules')) { | ||
return; | ||
} | ||
const { comments } = node; | ||
@@ -36,0 +42,0 @@ if (!comments.find(comment => comment.value.includes('@license'))) { |
{ | ||
"name": "@scandipwa/eslint-plugin-scandipwa-guidelines", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"description": "Eslint rules for ScandiPWA", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
45112
1141