eslint-plugin-react-naming-convention
Advanced tools
Comparing version
@@ -15,3 +15,3 @@ import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts-eslint'; | ||
rule?: "CONSTANT_CASE" | "PascalCase"; | ||
} | ("CONSTANT_CASE" | "PascalCase") | undefined], _typescript_eslint_utils_ts_eslint.RuleListener>; | ||
} | ("CONSTANT_CASE" | "PascalCase") | undefined], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>; | ||
readonly filename: _typescript_eslint_utils_ts_eslint.RuleModule<MessageID, readonly [{ | ||
@@ -21,10 +21,10 @@ excepts?: readonly string[]; | ||
rule?: "PascalCase" | "camelCase" | "kebab-case" | "snake_case"; | ||
} | ("PascalCase" | "camelCase" | "kebab-case" | "snake_case") | undefined], _typescript_eslint_utils_ts_eslint.RuleListener>; | ||
} | ("PascalCase" | "camelCase" | "kebab-case" | "snake_case") | undefined], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>; | ||
readonly "filename-extension": _typescript_eslint_utils_ts_eslint.RuleModule<MessageID$1, readonly [{ | ||
allow?: "always" | "as-needed"; | ||
extensions?: readonly string[]; | ||
} | ("always" | "as-needed") | undefined], _typescript_eslint_utils_ts_eslint.RuleListener>; | ||
readonly "use-state": _typescript_eslint_utils_ts_eslint.RuleModule<"USE_STATE", [], _typescript_eslint_utils_ts_eslint.RuleListener>; | ||
} | ("always" | "as-needed") | undefined], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>; | ||
readonly "use-state": _typescript_eslint_utils_ts_eslint.RuleModule<"USE_STATE", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>; | ||
}; | ||
export { meta, rules }; |
@@ -16,3 +16,3 @@ 'use strict'; | ||
var name = "eslint-plugin-react-naming-convention"; | ||
var version = "1.5.21-beta.1"; | ||
var version = "1.5.21-beta.2"; | ||
@@ -1375,5 +1375,3 @@ // ../../../node_modules/.pnpm/effect@3.4.6/node_modules/effect/dist/esm/Function.js | ||
docs: { | ||
description: "enforce component naming convention to 'PascalCase' or 'CONSTANT_CASE'", | ||
recommended: "recommended", | ||
requiresTypeChecking: false | ||
description: "enforce component naming convention to 'PascalCase' or 'CONSTANT_CASE'" | ||
}, | ||
@@ -1795,4 +1793,3 @@ messages: { | ||
docs: { | ||
description: "enforce naming convention for JSX filenames", | ||
requiresTypeChecking: false | ||
description: "enforce naming convention for JSX filenames" | ||
}, | ||
@@ -1884,4 +1881,3 @@ messages: { | ||
docs: { | ||
description: "enforce naming convention for JSX file extensions", | ||
requiresTypeChecking: false | ||
description: "enforce naming convention for JSX file extensions" | ||
}, | ||
@@ -1939,5 +1935,3 @@ messages: { | ||
docs: { | ||
description: "enforce destructuring and symmetric naming of 'useState' hook value and setter variables", | ||
recommended: "recommended", | ||
requiresTypeChecking: false | ||
description: "enforce destructuring and symmetric naming of 'useState' hook value and setter variables" | ||
}, | ||
@@ -1944,0 +1938,0 @@ messages: { |
{ | ||
"name": "eslint-plugin-react-naming-convention", | ||
"version": "1.5.21-beta.1", | ||
"version": "1.5.21-beta.2", | ||
"description": "ESLint React's ESLint plugin for naming convention related rules.", | ||
@@ -38,12 +38,12 @@ "homepage": "https://github.com/rel1cx/eslint-react", | ||
"dependencies": { | ||
"@typescript-eslint/scope-manager": "^7.15.0", | ||
"@typescript-eslint/type-utils": "^7.15.0", | ||
"@typescript-eslint/types": "^7.15.0", | ||
"@typescript-eslint/utils": "^7.15.0", | ||
"@eslint-react/ast": "1.5.21-beta.1", | ||
"@eslint-react/core": "1.5.21-beta.1", | ||
"@eslint-react/jsx": "1.5.21-beta.1", | ||
"@eslint-react/shared": "1.5.21-beta.1", | ||
"@eslint-react/tools": "1.5.21-beta.1", | ||
"@eslint-react/types": "1.5.21-beta.1" | ||
"@typescript-eslint/scope-manager": "8.0.0-alpha.40", | ||
"@typescript-eslint/type-utils": "8.0.0-alpha.40", | ||
"@typescript-eslint/types": "8.0.0-alpha.40", | ||
"@typescript-eslint/utils": "8.0.0-alpha.40", | ||
"@eslint-react/ast": "1.5.21-beta.2", | ||
"@eslint-react/core": "1.5.21-beta.2", | ||
"@eslint-react/shared": "1.5.21-beta.2", | ||
"@eslint-react/jsx": "1.5.21-beta.2", | ||
"@eslint-react/tools": "1.5.21-beta.2", | ||
"@eslint-react/types": "1.5.21-beta.2" | ||
}, | ||
@@ -50,0 +50,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
130985
-0.24%3960
-0.3%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed