@saasmakers/eslint 0.1.58 → 0.1.59

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.
@@ -19,9 +19,11 @@ const eslint_config = antfu__default(
19
19
  },
20
20
  ...storybook__default.configs["flat/recommended"],
21
21
  // Override rules defined by Antfu ESLint config
22
+ // Try to keep the disabled rules to a minimum
22
23
  {
23
24
  rules: {
24
25
  "antfu/no-top-level-await": "off",
26
+ "node/prefer-global/process": "off",
25
27
  "pnpm/yaml-enforce-settings": "off",
26
28
  "ts/no-use-before-define": "off"
27
29
  }
@@ -12,9 +12,11 @@ var eslint_config = antfu(
12
12
  },
13
13
  ...storybook.configs["flat/recommended"],
14
14
  // Override rules defined by Antfu ESLint config
15
+ // Try to keep the disabled rules to a minimum
15
16
  {
16
17
  rules: {
17
18
  "antfu/no-top-level-await": "off",
19
+ "node/prefer-global/process": "off",
18
20
  "pnpm/yaml-enforce-settings": "off",
19
21
  "ts/no-use-before-define": "off"
20
22
  }
@@ -12,9 +12,11 @@ var eslint_config = antfu(
12
12
  },
13
13
  ...storybook.configs["flat/recommended"],
14
14
  // Override rules defined by Antfu ESLint config
15
+ // Try to keep the disabled rules to a minimum
15
16
  {
16
17
  rules: {
17
18
  "antfu/no-top-level-await": "off",
19
+ "node/prefer-global/process": "off",
18
20
  "pnpm/yaml-enforce-settings": "off",
19
21
  "ts/no-use-before-define": "off"
20
22
  }
@@ -12,9 +12,11 @@ var eslint_config = antfu(
12
12
  },
13
13
  ...storybook.configs["flat/recommended"],
14
14
  // Override rules defined by Antfu ESLint config
15
+ // Try to keep the disabled rules to a minimum
15
16
  {
16
17
  rules: {
17
18
  "antfu/no-top-level-await": "off",
19
+ "node/prefer-global/process": "off",
18
20
  "pnpm/yaml-enforce-settings": "off",
19
21
  "ts/no-use-before-define": "off"
20
22
  }
@@ -12,9 +12,11 @@ const eslint_config = antfu(
12
12
  },
13
13
  ...storybook.configs["flat/recommended"],
14
14
  // Override rules defined by Antfu ESLint config
15
+ // Try to keep the disabled rules to a minimum
15
16
  {
16
17
  rules: {
17
18
  "antfu/no-top-level-await": "off",
19
+ "node/prefer-global/process": "off",
18
20
  "pnpm/yaml-enforce-settings": "off",
19
21
  "ts/no-use-before-define": "off"
20
22
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saasmakers/eslint",
3
3
  "type": "module",
4
- "version": "0.1.58",
4
+ "version": "0.1.59",
5
5
  "private": false,
6
6
  "description": "Shared ESLint config and rules for SaaS Makers projects",
7
7
  "author": "SaaS Makers",