@comet/eslint-plugin 8.0.0-canary-20250120132612 → 8.0.0-canary-20250120134753

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @comet/eslint-plugin
2
2
 
3
- ## 8.0.0-canary-20250120132612
3
+ ## 8.0.0-canary-20250120134753
4
4
 
5
5
  ## 7.11.0
6
6
 
@@ -112,7 +112,7 @@
112
112
 
113
113
  ### Minor Changes
114
114
 
115
- - ec0582e6: Add new ESLint rule to enforce absolute imports when importing from other modules
115
+ - ec0582e6: Add new ESLint rule to enforce absolute imports when importing from other modules
116
116
 
117
117
  For instance, an import `import { AThingInModuleA } from "../moduleA/AThingInModuleA"` in module `B` needs to be imported as `import { AThingInModuleA } from "@src/moduleA/AThingInModuleA"`.
118
118
  The default source root `"./src"` and alias `"@src"` can be changed via the rule's `sourceRoot` and `sourceRootAlias` options.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@comet/eslint-plugin",
3
- "version": "8.0.0-canary-20250120132612",
3
+ "version": "8.0.0-canary-20250120134753",
4
4
  "main": "lib/index.js",
5
5
  "devDependencies": {
6
6
  "@typescript-eslint/parser": "^5.0.0",
7
7
  "eslint-config-prettier": "^8.6.0",
8
- "eslint-plugin-prettier": "^4.2.1",
8
+ "eslint-plugin-prettier": "^5.2.3",
9
9
  "eslint-plugin-simple-import-sort": "^9.0.0",
10
10
  "eslint-plugin-unused-imports": "^2.0.0",
11
11
  "@typescript-eslint/eslint-plugin": "^5.48.2",
@@ -14,7 +14,7 @@
14
14
  "eslint": "^8.36.0",
15
15
  "jest": "^29.7.0",
16
16
  "npm-run-all2": "^5.0.2",
17
- "prettier": "^2.8.8",
17
+ "prettier": "^3.4.2",
18
18
  "ts-jest": "^29.2.5",
19
19
  "typescript": "^4.0.0"
20
20
  },