@2digits/eslint-config 5.0.1 → 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -3695,7 +3695,7 @@ interface RuleOptions {
|
|
|
3695
3695
|
*/
|
|
3696
3696
|
'react-naming-convention/filename-extension'?: Linter.RuleEntry<ReactNamingConventionFilenameExtension>;
|
|
3697
3697
|
/**
|
|
3698
|
-
* Enforces
|
|
3698
|
+
* Enforces identifier names assigned from 'useRef' calls to be either 'ref' or end with 'Ref'.
|
|
3699
3699
|
* @see https://eslint-react.xyz/docs/rules/naming-convention-ref-name
|
|
3700
3700
|
*/
|
|
3701
3701
|
'react-naming-convention/ref-name'?: Linter.RuleEntry<[]>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@2digits/eslint-config",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"description": "Effortlessly enforce best practices and catch errors with this comprehensive ESLint configuration for TypeScript, featuring popular plugins like @typescript-eslint, eslint-plugin-react, and eslint-plugin-unicorn.",
|
|
5
5
|
"homepage": "https://2d-configs.vercel.app/",
|
|
6
6
|
"repository": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"public": true,
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
|
|
28
|
-
"@eslint-react/eslint-plugin": "2.5.
|
|
28
|
+
"@eslint-react/eslint-plugin": "2.5.5",
|
|
29
29
|
"@eslint/compat": "2.0.1",
|
|
30
30
|
"@eslint/css": "0.14.1",
|
|
31
31
|
"@eslint/js": "9.39.2",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"tailwind-csstree": "0.1.4",
|
|
69
69
|
"typescript-eslint": "8.52.0",
|
|
70
70
|
"yaml-eslint-parser": "1.3.2",
|
|
71
|
-
"@2digits/
|
|
72
|
-
"@2digits/
|
|
71
|
+
"@2digits/eslint-plugin": "4.0.1",
|
|
72
|
+
"@2digits/constants": "1.1.14"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@arethetypeswrong/core": "0.18.2",
|