@griffel/eslint-plugin
Advanced tools
Comparing version
{ | ||
"name": "@griffel/eslint-plugin", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "ESLint plugin with lint rules for Griffel", | ||
@@ -11,3 +11,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@typescript-eslint/utils": "^6.18.1", | ||
"@typescript-eslint/utils": "^7.9.0", | ||
"csstype": "^3.1.3", | ||
@@ -21,2 +21,2 @@ "tslib": "^2.1.0" | ||
"type": "commonjs" | ||
} | ||
} |
import { ESLintUtils } from '@typescript-eslint/utils'; | ||
export declare const RULE_NAME = "hook-naming"; | ||
export declare const hookNamingRule: ESLintUtils.RuleModule<"invalidMakeStylesHookNameFound", never[], ESLintUtils.RuleListener>; | ||
export declare const hookNamingRule: ESLintUtils.RuleModule<"invalidMakeStylesHookNameFound", [], ESLintUtils.RuleListener>; |
import { ESLintUtils } from '@typescript-eslint/utils'; | ||
export declare const RULE_NAME = "no-invalid-shorthand-argument"; | ||
export declare const noInvalidShorthandArgumentRule: ESLintUtils.RuleModule<"invalidShorthandArgument", never[], ESLintUtils.RuleListener>; | ||
export declare const noInvalidShorthandArgumentRule: ESLintUtils.RuleModule<"invalidShorthandArgument", [], ESLintUtils.RuleListener>; |
import { ESLintUtils } from '@typescript-eslint/utils'; | ||
export declare const RULE_NAME = "no-shorthands"; | ||
export declare const noShorthandsRule: ESLintUtils.RuleModule<"shorthandFound", never[], ESLintUtils.RuleListener>; | ||
export declare const noShorthandsRule: ESLintUtils.RuleModule<"shorthandFound", [], ESLintUtils.RuleListener>; |
import { ESLintUtils } from '@typescript-eslint/utils'; | ||
export declare const RULE_NAME = "pseudo-element-naming"; | ||
export declare const pseudoElementNamingRule: ESLintUtils.RuleModule<"invalidPseudoElementNameFound", never[], ESLintUtils.RuleListener>; | ||
export declare const pseudoElementNamingRule: ESLintUtils.RuleModule<"invalidPseudoElementNameFound", [], ESLintUtils.RuleListener>; |
import { ESLintUtils } from '@typescript-eslint/utils'; | ||
export declare const RULE_NAME = "styles-file"; | ||
export declare const stylesFileRule: ESLintUtils.RuleModule<"foundMakeStylesUsage", never[], ESLintUtils.RuleListener>; | ||
export declare const stylesFileRule: ESLintUtils.RuleModule<"foundMakeStylesUsage", [], ESLintUtils.RuleListener>; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
47748
0.92%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed