@comet/eslint-config 9.0.0-canary-20251222112948 → 9.0.0-canary-20251223085410

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/CHANGELOG.md +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @comet/eslint-config
2
2
 
3
- ## 9.0.0-canary-20251222112948
3
+ ## 9.0.0-canary-20251223085410
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -20,7 +20,7 @@
20
20
 
21
21
  ### Patch Changes
22
22
 
23
- - @comet/eslint-plugin@9.0.0-canary-20251222112948
23
+ - @comet/eslint-plugin@9.0.0-canary-20251223085410
24
24
 
25
25
  ## 8.10.0
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/eslint-config",
3
- "version": "9.0.0-canary-20251222112948",
3
+ "version": "9.0.0-canary-20251223085410",
4
4
  "description": "A set of ESLint configurations for Comet projects",
5
5
  "repository": {
6
6
  "directory": "packages/eslint-config",
@@ -50,7 +50,7 @@
50
50
  "globals": "^15.15.0",
51
51
  "npm-run-all2": "^8.0.0",
52
52
  "typescript-eslint": "^8.24.1",
53
- "@comet/eslint-plugin": "9.0.0-canary-20251222112948"
53
+ "@comet/eslint-plugin": "9.0.0-canary-20251223085410"
54
54
  },
55
55
  "devDependencies": {
56
56
  "eslint": "^9.30.1",