@comet/eslint-config 8.0.0-canary-20241117073936 → 8.0.0-canary-20241120064822
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +14 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,10 +1,22 @@
|
|
1
1
|
# @comet/eslint-config
|
2
2
|
|
3
|
-
## 8.0.0-canary-
|
3
|
+
## 8.0.0-canary-20241120064822
|
4
4
|
|
5
5
|
### Patch Changes
|
6
6
|
|
7
|
-
- @comet/eslint-plugin@8.0.0-canary-
|
7
|
+
- @comet/eslint-plugin@8.0.0-canary-20241120064822
|
8
|
+
|
9
|
+
## 7.7.0
|
10
|
+
|
11
|
+
### Patch Changes
|
12
|
+
|
13
|
+
- @comet/eslint-plugin@7.7.0
|
14
|
+
|
15
|
+
## 7.6.0
|
16
|
+
|
17
|
+
### Patch Changes
|
18
|
+
|
19
|
+
- @comet/eslint-plugin@7.6.0
|
8
20
|
|
9
21
|
## 7.5.0
|
10
22
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@comet/eslint-config",
|
3
|
-
"version": "8.0.0-canary-
|
3
|
+
"version": "8.0.0-canary-20241120064822",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "https://github.com/vivid-planet/comet",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"main": "core.js",
|
11
11
|
"dependencies": {
|
12
12
|
"@calm/eslint-plugin-react-intl": "^1.4.1",
|
13
|
-
"@comet/eslint-plugin": "8.0.0-canary-
|
13
|
+
"@comet/eslint-plugin": "8.0.0-canary-20241120064822",
|
14
14
|
"@next/eslint-plugin-next": "^14.0.0",
|
15
15
|
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
16
16
|
"@typescript-eslint/parser": "^5.48.2",
|