@comet/eslint-config 8.7.1 → 8.8.0-canary-20251120113920
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 +12 -0
- package/nextjs.js +5 -0
- package/package.json +2 -2
- package/react.js +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @comet/eslint-config
|
|
2
2
|
|
|
3
|
+
## 8.8.0-canary-20251120113920
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f8bf3f5: Detect React version in `@comet/eslint-config/react.js` and `@comet/eslint-config/nextjs.js`
|
|
8
|
+
|
|
9
|
+
Removes the `React version not specified in eslint-plugin-react settings. See https://github.com/jsx-eslint/eslint-plugin-react#configuration.` warning.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- @comet/eslint-plugin@8.8.0-canary-20251120113920
|
|
14
|
+
|
|
3
15
|
## 8.7.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/nextjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comet/eslint-config",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.8.0-canary-20251120113920",
|
|
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.
|
|
48
|
+
"@comet/eslint-plugin": "8.8.0-canary-20251120113920"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"eslint": "^9.30.1",
|