@saasmakers/eslint 0.1.28 → 0.1.30
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/eslint.config.cjs +1 -0
- package/dist/eslint.config.mjs +1 -0
- package/package.json +2 -1
package/dist/eslint.config.cjs
CHANGED
|
@@ -22507,6 +22507,7 @@ const config = [
|
|
|
22507
22507
|
...eslintPluginPnpm.configs.json,
|
|
22508
22508
|
...eslintPluginPnpm.configs.yaml,
|
|
22509
22509
|
...storybook__default.configs["flat/recommended"],
|
|
22510
|
+
// sortClassMembers.configs['flat/recommended'],
|
|
22510
22511
|
turbo__default.configs["flat/recommended"],
|
|
22511
22512
|
unocss__default,
|
|
22512
22513
|
// Node
|
package/dist/eslint.config.mjs
CHANGED
|
@@ -22476,6 +22476,7 @@ const config = [
|
|
|
22476
22476
|
...configs.json,
|
|
22477
22477
|
...configs.yaml,
|
|
22478
22478
|
...storybook.configs["flat/recommended"],
|
|
22479
|
+
// sortClassMembers.configs['flat/recommended'],
|
|
22479
22480
|
turbo.configs["flat/recommended"],
|
|
22480
22481
|
unocss,
|
|
22481
22482
|
// Node
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saasmakers/eslint",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.30",
|
|
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",
|