@kyh/eslint-config 1.1.3 → 1.1.4
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/.cache/.prettiercache +1 -0
- package/.turbo/turbo-format.log +8 -0
- package/CHANGELOG.md +6 -0
- package/package.json +11 -11
- package/types.d.ts +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[["1","2","3","4","5","6","7"],{"key":"8","value":"9"},{"key":"10","value":"11"},{"key":"12","value":"13"},{"key":"14","value":"15"},{"key":"16","value":"17"},{"key":"18","value":"19"},{"key":"20","value":"21"},"/Users/kyh/Documents/Projects/kyh/config/tooling/eslint/react.js",{"size":694,"mtime":1729471035591,"hash":"22","data":"23"},"/Users/kyh/Documents/Projects/kyh/config/tooling/eslint/tsconfig.json",{"size":94,"mtime":1723392751886,"hash":"24","data":"25"},"/Users/kyh/Documents/Projects/kyh/config/tooling/eslint/base.js",{"size":2879,"mtime":1723683656349,"hash":"26","data":"27"},"/Users/kyh/Documents/Projects/kyh/config/tooling/eslint/CHANGELOG.md",{"size":1316,"mtime":1734248664320,"hash":"28","data":"29"},"/Users/kyh/Documents/Projects/kyh/config/tooling/eslint/package.json",{"size":1057,"mtime":1739897693733,"hash":"30","data":"31"},"/Users/kyh/Documents/Projects/kyh/config/tooling/eslint/nextjs.js",{"size":640,"mtime":1722125377869,"hash":"32","data":"33"},"/Users/kyh/Documents/Projects/kyh/config/tooling/eslint/types.d.ts",{"size":1284,"mtime":1739898861453,"hash":"34","data":"35"},"723db23fc9f414214f7ad8b1258c1194",{"hashOfOptions":"36"},"5e60f7d12fea81abebae05eec8fdcbc1",{"hashOfOptions":"37"},"4c285e6b38fcc4a2819d7bfa4a533172",{"hashOfOptions":"38"},"a656de086e2bcc92077d86f853195629",{"hashOfOptions":"39"},"8f797d9d96408a815533303d2dfb3f7a",{"hashOfOptions":"40"},"7eaa7a6f0a8a03722b397b32290b6229",{"hashOfOptions":"41"},"01eca76606c72d7dbe8593a659201ddc",{"hashOfOptions":"42"},"2999595488","597492591","1698481152","82667417","2031604152","710541557","1158163110"]
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @kyh/eslint-config@1.1.3 format /Users/kyh/Documents/Projects/kyh/config/tooling/eslint
|
|
4
|
+
> prettier --check . --ignore-path ../../.gitignore --cache --cache-location .cache/.prettiercache --write
|
|
5
|
+
|
|
6
|
+
Checking formatting...
|
|
7
|
+
base.js[2K[1GCHANGELOG.md[2K[1Gnextjs.js[2K[1Gpackage.json[2K[1Greact.js[2K[1Gtsconfig.json[2K[1Gtypes.d.ts[2K[1G[[33mwarn[39m] types.d.ts
|
|
8
|
+
[[33mwarn[39m] Code style issues fixed in the above file.
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kyh/eslint-config",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -11,22 +11,22 @@
|
|
|
11
11
|
"./react": "./react.js"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@eslint/compat": "^1.2.
|
|
15
|
-
"@next/eslint-plugin-next": "^15.1.
|
|
14
|
+
"@eslint/compat": "^1.2.6",
|
|
15
|
+
"@next/eslint-plugin-next": "^15.1.7",
|
|
16
16
|
"eslint-plugin-import": "^2.31.0",
|
|
17
17
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
18
|
-
"eslint-plugin-react": "^7.37.
|
|
18
|
+
"eslint-plugin-react": "^7.37.4",
|
|
19
19
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
20
|
-
"eslint-plugin-turbo": "^2.
|
|
21
|
-
"typescript-eslint": "^8.
|
|
20
|
+
"eslint-plugin-turbo": "^2.4.2",
|
|
21
|
+
"typescript-eslint": "^8.24.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/eslint__js": "8.42.3",
|
|
25
|
-
"eslint": "^9.
|
|
26
|
-
"prettier": "^3.
|
|
27
|
-
"typescript": "^5.7.
|
|
28
|
-
"@kyh/prettier-config": "1.1.
|
|
29
|
-
"@kyh/tsconfig": "1.1.
|
|
25
|
+
"eslint": "^9.20.1",
|
|
26
|
+
"prettier": "^3.5.1",
|
|
27
|
+
"typescript": "^5.7.3",
|
|
28
|
+
"@kyh/prettier-config": "1.1.4",
|
|
29
|
+
"@kyh/tsconfig": "1.1.4"
|
|
30
30
|
},
|
|
31
31
|
"prettier": "@kyh/prettier-config",
|
|
32
32
|
"scripts": {
|
package/types.d.ts
CHANGED