@comet/eslint-config 8.11.0-canary-20260105125923 → 8.11.0-canary-20260105130229
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 +2 -2
- package/lint-staged.config.mjs +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @comet/eslint-config
|
|
2
2
|
|
|
3
|
-
## 8.11.0-canary-
|
|
3
|
+
## 8.11.0-canary-20260105130229
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
### Patch Changes
|
|
16
16
|
|
|
17
|
-
- @comet/eslint-plugin@8.11.0-canary-
|
|
17
|
+
- @comet/eslint-plugin@8.11.0-canary-20260105130229
|
|
18
18
|
|
|
19
19
|
## 8.10.0
|
|
20
20
|
|
package/lint-staged.config.mjs
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
* @type {import('lint-staged').Configuration}
|
|
4
4
|
*/
|
|
5
5
|
export default {
|
|
6
|
-
"*.{js,json,css,scss,md}": () => "pnpm lint:eslint",
|
|
7
|
-
"*.{js,json,md,yml,yaml}": () => "pnpm lint:prettier",
|
|
6
|
+
"*.{ts,js,json,css,scss,md}": () => "pnpm lint:eslint",
|
|
7
|
+
"*.{ts,js,json,md,yml,yaml}": () => "pnpm lint:prettier",
|
|
8
8
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comet/eslint-config",
|
|
3
|
-
"version": "8.11.0-canary-
|
|
3
|
+
"version": "8.11.0-canary-20260105130229",
|
|
4
4
|
"description": "A set of ESLint configurations for Comet projects",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "packages/eslint-config",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"globals": "^15.15.0",
|
|
52
52
|
"npm-run-all2": "^8.0.4",
|
|
53
53
|
"typescript-eslint": "^8.24.1",
|
|
54
|
-
"@comet/eslint-plugin": "8.11.0-canary-
|
|
54
|
+
"@comet/eslint-plugin": "8.11.0-canary-20260105130229"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"eslint": "^9.30.1",
|
|
@@ -78,6 +78,6 @@
|
|
|
78
78
|
"lint": "run-p lint:prettier lint:eslint",
|
|
79
79
|
"lint:ci": "pnpm run lint",
|
|
80
80
|
"lint:eslint": "eslint --max-warnings 0 *.json ",
|
|
81
|
-
"lint:prettier": "pnpm exec prettier --check '
|
|
81
|
+
"lint:prettier": "pnpm exec prettier --check '*.{ts,js,json,md,yml,yaml}'"
|
|
82
82
|
}
|
|
83
83
|
}
|