You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@griffel/eslint-plugin

Package Overview
Dependencies
Maintainers
6
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@griffel/eslint-plugin - npm Package Compare versions

Comparing version

to
1.6.4

6

package.json
{
"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