eslint-plugin-spruce
Advanced tools
Comparing version
@@ -6,2 +6,10 @@ # Change Log | ||
## [10.10.1](https://github.com/sprucelabsai/workspace.sprucebot-skills-kit/compare/v10.10.0...v10.10.1) (2021-04-12) | ||
**Note:** Version bump only for package eslint-plugin-spruce | ||
# [10.10.0](https://github.com/sprucelabsai/workspace.sprucebot-skills-kit/compare/v10.9.136...v10.10.0) (2021-04-12) | ||
@@ -8,0 +16,0 @@ |
@@ -13,4 +13,5 @@ module.exports = { | ||
const node = options.source | ||
const importPath = node.value | ||
options.specifiers.forEach(specifier => { console.log(specifier.local.name); if (/^.*Schema/.test(specifier.local.name)) { | ||
if (/.*(\.schema)/.test(importPath)) { | ||
context.report({ | ||
@@ -20,3 +21,3 @@ node, | ||
}) | ||
} } ) | ||
} | ||
} | ||
@@ -23,0 +24,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "10.10.0", | ||
"version": "10.10.1", | ||
"description": "ESLint plugin for Spruce Javascript projects", | ||
@@ -24,3 +24,3 @@ "author": "George Pantazis <gcpantazis@gmail.com>", | ||
}, | ||
"gitHead": "036e9afacd7058d91cd0fe23b3d3f6613abed34e" | ||
"gitHead": "30799ffd012f60b195fcca75bf5b9862ba4d5e2e" | ||
} |
53820
0.24%230
0.44%