@saasmakers/eslint 0.1.28 → 0.1.29

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.
@@ -11,6 +11,7 @@ const noOnlyTests = require('eslint-plugin-no-only-tests');
11
11
  const packageJson = require('eslint-plugin-package-json');
12
12
  const perfectionist = require('eslint-plugin-perfectionist');
13
13
  const eslintPluginPnpm = require('eslint-plugin-pnpm');
14
+ const sortClassMembers = require('eslint-plugin-sort-class-members');
14
15
  const storybook = require('eslint-plugin-storybook');
15
16
  const turbo = require('eslint-plugin-turbo');
16
17
  const unicorn = require('eslint-plugin-unicorn');
@@ -40,6 +41,7 @@ const nodeEslint__default = /*#__PURE__*/_interopDefaultCompat(nodeEslint);
40
41
  const noOnlyTests__default = /*#__PURE__*/_interopDefaultCompat(noOnlyTests);
41
42
  const packageJson__default = /*#__PURE__*/_interopDefaultCompat(packageJson);
42
43
  const perfectionist__default = /*#__PURE__*/_interopDefaultCompat(perfectionist);
44
+ const sortClassMembers__default = /*#__PURE__*/_interopDefaultCompat(sortClassMembers);
43
45
  const storybook__default = /*#__PURE__*/_interopDefaultCompat(storybook);
44
46
  const turbo__default = /*#__PURE__*/_interopDefaultCompat(turbo);
45
47
  const unicorn__default = /*#__PURE__*/_interopDefaultCompat(unicorn);
@@ -22507,6 +22509,7 @@ const config = [
22507
22509
  ...eslintPluginPnpm.configs.json,
22508
22510
  ...eslintPluginPnpm.configs.yaml,
22509
22511
  ...storybook__default.configs["flat/recommended"],
22512
+ sortClassMembers__default.configs["flat/recommended"],
22510
22513
  turbo__default.configs["flat/recommended"],
22511
22514
  unocss__default,
22512
22515
  // Node
@@ -7,6 +7,7 @@ import noOnlyTests from 'eslint-plugin-no-only-tests';
7
7
  import packageJson from 'eslint-plugin-package-json';
8
8
  import perfectionist from 'eslint-plugin-perfectionist';
9
9
  import { configs } from 'eslint-plugin-pnpm';
10
+ import sortClassMembers from 'eslint-plugin-sort-class-members';
10
11
  import storybook from 'eslint-plugin-storybook';
11
12
  import turbo from 'eslint-plugin-turbo';
12
13
  import unicorn from 'eslint-plugin-unicorn';
@@ -22476,6 +22477,7 @@ const config = [
22476
22477
  ...configs.json,
22477
22478
  ...configs.yaml,
22478
22479
  ...storybook.configs["flat/recommended"],
22480
+ sortClassMembers.configs["flat/recommended"],
22479
22481
  turbo.configs["flat/recommended"],
22480
22482
  unocss,
22481
22483
  // Node
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasmakers/eslint",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "private": false,
5
5
  "description": "Shared ESLint config and rules for SaaS Makers projects",
6
6
  "repository": {
@@ -42,6 +42,7 @@
42
42
  "eslint-plugin-package-json": "0.87.0",
43
43
  "eslint-plugin-perfectionist": "5.1.0",
44
44
  "eslint-plugin-pnpm": "1.4.3",
45
+ "eslint-plugin-sort-class-members": "1.21.0",
45
46
  "eslint-plugin-storybook": "9.1.16",
46
47
  "eslint-plugin-turbo": "2.7.2",
47
48
  "eslint-plugin-unicorn": "62.0.0",