@2digits/eslint-config 5.0.10 → 5.0.11

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/dist/index.d.mts +1 -0
  2. package/package.json +4 -4
package/dist/index.d.mts CHANGED
@@ -9345,6 +9345,7 @@ type JsdocTypeFormatting = [] | [{
9345
9345
  objectFieldSeparator?: ("comma" | "comma-and-linebreak" | "linebreak" | "semicolon" | "semicolon-and-linebreak");
9346
9346
  objectFieldSeparatorOptionalLinebreak?: boolean;
9347
9347
  objectFieldSeparatorTrailingPunctuation?: boolean;
9348
+ objectTypeBracketSpacing?: string;
9348
9349
  parameterDefaultValueSpacing?: string;
9349
9350
  postMethodNameSpacing?: string;
9350
9351
  postNewSpacing?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2digits/eslint-config",
3
- "version": "5.0.10",
3
+ "version": "5.0.11",
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": {
@@ -47,7 +47,7 @@
47
47
  "eslint-plugin-depend": "1.4.0",
48
48
  "eslint-plugin-drizzle": "0.2.3",
49
49
  "eslint-plugin-github-action": "0.1.0",
50
- "eslint-plugin-jsdoc": "62.2.0",
50
+ "eslint-plugin-jsdoc": "62.3.0",
51
51
  "eslint-plugin-jsonc": "2.21.0",
52
52
  "eslint-plugin-n": "17.23.2",
53
53
  "eslint-plugin-pnpm": "1.5.0",
@@ -68,8 +68,8 @@
68
68
  "tailwind-csstree": "0.1.4",
69
69
  "typescript-eslint": "8.53.1",
70
70
  "yaml-eslint-parser": "2.0.0",
71
- "@2digits/eslint-plugin": "4.0.3",
72
- "@2digits/constants": "1.1.15"
71
+ "@2digits/constants": "1.1.15",
72
+ "@2digits/eslint-plugin": "4.0.3"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@arethetypeswrong/core": "0.18.2",