eslint-plugin-svelte
Advanced tools
@@ -17,3 +17,3 @@ import './rule-types.js'; | ||
name: "eslint-plugin-svelte"; | ||
version: "3.2.0"; | ||
version: "3.2.1"; | ||
}; | ||
@@ -20,0 +20,0 @@ export declare const processors: { |
export declare const name = "eslint-plugin-svelte"; | ||
export declare const version = "3.2.0"; | ||
export declare const version = "3.2.1"; |
@@ -5,2 +5,2 @@ // IMPORTANT! | ||
export const name = 'eslint-plugin-svelte'; | ||
export const version = '3.2.0'; | ||
export const version = '3.2.1'; |
@@ -270,3 +270,3 @@ import { createRule } from '../utils/index.js'; | ||
const paths = getUsedNestedPropertyNames(identifier); | ||
usedPaths.push(...paths); | ||
usedPaths.push(...paths.map((path) => [identifier.name, ...path])); | ||
} | ||
@@ -273,0 +273,0 @@ } |
{ | ||
"name": "eslint-plugin-svelte", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "ESLint plugin for Svelte using AST", | ||
@@ -5,0 +5,0 @@ "repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git", |
756861
0.01%