@taiga-ui/eslint-plugin-experience-next 0.432.0 → 0.434.0
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/index.esm.js +2 -1
- package/package.json +3 -3
package/index.esm.js
CHANGED
|
@@ -1086,7 +1086,7 @@ var recommended = defineConfig([
|
|
|
1086
1086
|
},
|
|
1087
1087
|
},
|
|
1088
1088
|
{
|
|
1089
|
-
files: ['**/*.tsx'],
|
|
1089
|
+
files: ['**/*.{jsx,tsx}'],
|
|
1090
1090
|
rules: {
|
|
1091
1091
|
'@typescript-eslint/naming-convention': [
|
|
1092
1092
|
'error',
|
|
@@ -1096,6 +1096,7 @@ var recommended = defineConfig([
|
|
|
1096
1096
|
selector: 'function',
|
|
1097
1097
|
},
|
|
1098
1098
|
],
|
|
1099
|
+
'unicorn/filename-case': ['error', { case: 'camelCase' }],
|
|
1099
1100
|
},
|
|
1100
1101
|
},
|
|
1101
1102
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/eslint-plugin-experience-next",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.434.0",
|
|
4
4
|
"description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"eslint-plugin-import": "^2.32.0",
|
|
51
51
|
"eslint-plugin-jest": "^29.15.0",
|
|
52
52
|
"eslint-plugin-package-json": "^0.91.0",
|
|
53
|
-
"eslint-plugin-perfectionist": "^5.
|
|
54
|
-
"eslint-plugin-playwright": "^2.10.
|
|
53
|
+
"eslint-plugin-perfectionist": "^5.7.0",
|
|
54
|
+
"eslint-plugin-playwright": "^2.10.1",
|
|
55
55
|
"eslint-plugin-prettier": "^5.5.5",
|
|
56
56
|
"eslint-plugin-promise": "^7.2.1",
|
|
57
57
|
"eslint-plugin-regexp": "^3.1.0",
|