@2digits/eslint-config 3.0.5 → 3.0.6

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/index.d.cts CHANGED
@@ -5627,7 +5627,7 @@ Backward pagination arguments
5627
5627
  */
5628
5628
  'storybook/story-exports'?: Linter.RuleEntry<[]>
5629
5629
  /**
5630
- * Use expect from `@storybook/test` or `@storybook/jest`
5630
+ * Use expect from `@storybook/test`, `storybook/test` or `@storybook/jest`
5631
5631
  * @see https://github.com/storybookjs/eslint-plugin-storybook/blob/main/docs/rules/use-storybook-expect.md
5632
5632
  */
5633
5633
  'storybook/use-storybook-expect'?: Linter.RuleEntry<[]>
@@ -9381,18 +9381,7 @@ type NodeNoRestrictedRequire = []|[(string | {
9381
9381
  // ----- node/no-sync -----
9382
9382
  type NodeNoSync = []|[{
9383
9383
  allowAtRootLevel?: boolean
9384
- ignores?: (string | {
9385
- from?: "file"
9386
- path?: string
9387
- name?: string[]
9388
- } | {
9389
- from?: "lib"
9390
- name?: string[]
9391
- } | {
9392
- from?: "package"
9393
- package?: string
9394
- name?: string[]
9395
- })[]
9384
+ ignores?: string[]
9396
9385
  }]
9397
9386
  // ----- node/no-unpublished-bin -----
9398
9387
  type NodeNoUnpublishedBin = []|[{
package/dist/index.d.ts CHANGED
@@ -5627,7 +5627,7 @@ Backward pagination arguments
5627
5627
  */
5628
5628
  'storybook/story-exports'?: Linter.RuleEntry<[]>
5629
5629
  /**
5630
- * Use expect from `@storybook/test` or `@storybook/jest`
5630
+ * Use expect from `@storybook/test`, `storybook/test` or `@storybook/jest`
5631
5631
  * @see https://github.com/storybookjs/eslint-plugin-storybook/blob/main/docs/rules/use-storybook-expect.md
5632
5632
  */
5633
5633
  'storybook/use-storybook-expect'?: Linter.RuleEntry<[]>
@@ -9381,18 +9381,7 @@ type NodeNoRestrictedRequire = []|[(string | {
9381
9381
  // ----- node/no-sync -----
9382
9382
  type NodeNoSync = []|[{
9383
9383
  allowAtRootLevel?: boolean
9384
- ignores?: (string | {
9385
- from?: "file"
9386
- path?: string
9387
- name?: string[]
9388
- } | {
9389
- from?: "lib"
9390
- name?: string[]
9391
- } | {
9392
- from?: "package"
9393
- package?: string
9394
- name?: string[]
9395
- })[]
9384
+ ignores?: string[]
9396
9385
  }]
9397
9386
  // ----- node/no-unpublished-bin -----
9398
9387
  type NodeNoUnpublishedBin = []|[{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2digits/eslint-config",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "Effortlessly enforce best practices and catch errors with this comprehensive ESLint configuration for TypeScript, featuring popular plugins like @typescript-eslint, eslint-plugin-react, and eslint-plugin-unicorn.",
5
5
  "homepage": "https://2d-configs.vercel.app/",
6
6
  "repository": {
@@ -35,7 +35,7 @@
35
35
  "public": true,
36
36
  "dependencies": {
37
37
  "@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
38
- "@eslint-react/eslint-plugin": "1.30.0",
38
+ "@eslint-react/eslint-plugin": "1.30.2",
39
39
  "@eslint/compat": "1.2.7",
40
40
  "@eslint/core": "0.12.0",
41
41
  "@eslint/js": "9.21.0",
@@ -53,13 +53,13 @@
53
53
  "eslint-plugin-drizzle": "0.2.3",
54
54
  "eslint-plugin-jsdoc": "50.6.3",
55
55
  "eslint-plugin-jsonc": "2.19.1",
56
- "eslint-plugin-n": "17.16.1",
56
+ "eslint-plugin-n": "17.16.2",
57
57
  "eslint-plugin-react": "7.37.4",
58
58
  "eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
59
59
  "eslint-plugin-react-hooks": "5.2.0",
60
60
  "eslint-plugin-regexp": "2.7.0",
61
61
  "eslint-plugin-sonarjs": "3.0.2",
62
- "eslint-plugin-storybook": "0.11.3",
62
+ "eslint-plugin-storybook": "0.11.4",
63
63
  "eslint-plugin-tailwindcss": "3.18.0",
64
64
  "eslint-plugin-turbo": "2.4.4",
65
65
  "eslint-plugin-unicorn": "57.0.0",
@@ -70,10 +70,10 @@
70
70
  "local-pkg": "1.1.1",
71
71
  "typescript-eslint": "8.26.0",
72
72
  "@2digits/constants": "0.3.7",
73
- "@2digits/eslint-plugin": "2.3.39"
73
+ "@2digits/eslint-plugin": "2.3.40"
74
74
  },
75
75
  "devDependencies": {
76
- "@eslint/config-inspector": "1.0.1",
76
+ "@eslint/config-inspector": "1.0.2",
77
77
  "@eslint/css": "0.4.0",
78
78
  "@types/node": "22.13.9",
79
79
  "@typescript-eslint/utils": "8.26.0",