@taiga-ui/eslint-plugin-experience-next 0.541.0 → 0.542.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.
Files changed (2) hide show
  1. package/index.esm.js +18 -2
  2. package/package.json +3 -3
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
- 'always',
722
- { exceptAfterOverload: true, exceptAfterSingleLine: true },
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': [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/eslint-plugin-experience-next",
3
- "version": "0.541.0",
3
+ "version": "0.542.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.1.0",
46
+ "eslint-plugin-package-json": "1.2.0",
47
47
  "eslint-plugin-perfectionist": "5.9.0",
48
48
  "eslint-plugin-playwright": "2.10.4",
49
- "eslint-plugin-prettier": "5.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",