@comet/eslint-config 8.10.1-canary-20251209121800 → 8.11.0-canary-20251210120003

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/CHANGELOG.md CHANGED
@@ -1,10 +1,14 @@
1
1
  # @comet/eslint-config
2
2
 
3
- ## 8.10.1-canary-20251209121800
3
+ ## 8.11.0-canary-20251210120003
4
+
5
+ ### Minor Changes
6
+
7
+ - 9d5e331: Enable `@typescript-eslint/consistent-type-exports` in `@comet/eslint-config/future/react.js`
4
8
 
5
9
  ### Patch Changes
6
10
 
7
- - @comet/eslint-plugin@8.10.1-canary-20251209121800
11
+ - @comet/eslint-plugin@8.11.0-canary-20251210120003
8
12
 
9
13
  ## 8.10.0
10
14
 
package/future/react.js CHANGED
@@ -13,6 +13,12 @@ const config = [
13
13
  allowedStrings: ["…", "€", "$", "?", "–", "—", "/", "(", ")", "%"],
14
14
  },
15
15
  ],
16
+ "@typescript-eslint/consistent-type-exports": [
17
+ "error",
18
+ {
19
+ fixMixedExportsWithInlineTypeSpecifier: true,
20
+ },
21
+ ],
16
22
  },
17
23
  },
18
24
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/eslint-config",
3
- "version": "8.10.1-canary-20251209121800",
3
+ "version": "8.11.0-canary-20251210120003",
4
4
  "description": "A set of ESLint configurations for Comet projects",
5
5
  "repository": {
6
6
  "directory": "packages/eslint-config",
@@ -45,7 +45,7 @@
45
45
  "globals": "^15.15.0",
46
46
  "npm-run-all2": "^8.0.0",
47
47
  "typescript-eslint": "^8.24.1",
48
- "@comet/eslint-plugin": "8.10.1-canary-20251209121800"
48
+ "@comet/eslint-plugin": "8.11.0-canary-20251210120003"
49
49
  },
50
50
  "devDependencies": {
51
51
  "eslint": "^9.30.1",