@taiga-ui/eslint-plugin-experience-next 0.541.0 → 0.543.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 +19 -2
- package/package.json +5 -5
package/index.esm.js
CHANGED
|
@@ -718,8 +718,24 @@ var recommended = defineConfig([
|
|
|
718
718
|
'@stylistic/function-call-spacing': 'error',
|
|
719
719
|
'@stylistic/lines-between-class-members': [
|
|
720
720
|
'error',
|
|
721
|
-
|
|
722
|
-
|
|
721
|
+
{
|
|
722
|
+
enforce: [
|
|
723
|
+
{
|
|
724
|
+
blankLine: 'always',
|
|
725
|
+
next: 'method',
|
|
726
|
+
prev: 'field',
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
blankLine: 'always',
|
|
730
|
+
next: 'method',
|
|
731
|
+
prev: 'method',
|
|
732
|
+
},
|
|
733
|
+
],
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
exceptAfterOverload: true,
|
|
737
|
+
exceptAfterSingleLine: false,
|
|
738
|
+
},
|
|
723
739
|
],
|
|
724
740
|
'@stylistic/member-delimiter-style': 'error',
|
|
725
741
|
'@stylistic/padding-line-between-statements': [
|
|
@@ -1379,6 +1395,7 @@ var recommended = defineConfig([
|
|
|
1379
1395
|
'error',
|
|
1380
1396
|
{
|
|
1381
1397
|
ignoreWithDirectives: [
|
|
1398
|
+
'tuiButtonSelect',
|
|
1382
1399
|
'tuiButtonClose',
|
|
1383
1400
|
'tuiButtonCopy',
|
|
1384
1401
|
'tuiAccordion',
|
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.543.0",
|
|
4
4
|
"description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
|
|
5
5
|
"homepage": "https://github.com/taiga-family/toolkit#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"eslint-plugin-file-progress": "3.0.2",
|
|
44
44
|
"eslint-plugin-import": "2.32.0",
|
|
45
45
|
"eslint-plugin-jest": "29.15.2",
|
|
46
|
-
"eslint-plugin-package-json": "1.
|
|
46
|
+
"eslint-plugin-package-json": "1.3.0",
|
|
47
47
|
"eslint-plugin-perfectionist": "5.9.0",
|
|
48
48
|
"eslint-plugin-playwright": "2.10.4",
|
|
49
|
-
"eslint-plugin-prettier": "5.5.
|
|
49
|
+
"eslint-plugin-prettier": "5.5.6",
|
|
50
50
|
"eslint-plugin-promise": "7.3.0",
|
|
51
51
|
"eslint-plugin-regexp": "3.1.0",
|
|
52
52
|
"eslint-plugin-simple-import-sort": "13.0.0",
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"eslint-plugin-unicorn": "64.0.0",
|
|
55
55
|
"eslint-plugin-unused-imports": "4.4.1",
|
|
56
56
|
"globals": "17.6.0",
|
|
57
|
-
"typescript-eslint": "8.60.
|
|
57
|
+
"typescript-eslint": "8.60.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@typescript-eslint/rule-tester": "8.60.
|
|
60
|
+
"@typescript-eslint/rule-tester": "8.60.1"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"eslint": "^9.39.4",
|