@yoshinani/style-guide 0.12.1 → 0.12.3
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/README.md +2 -2
- package/cspell/words.txt +1 -0
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
#
|
|
1
|
+
# YOSHINANI スタイルガイド
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/js/@yoshinani%2Fstyle-guide)
|
|
4
4
|
|
|
5
5
|
## はじめに
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
このリポジトリは、株式会社YOSHINANI のスタイルガイドのホームであり、人気のあるリンティングやスタイリングツール用の設定を含んでいます。
|
|
8
8
|
|
|
9
9
|
以下の設定が利用可能で、組み合わせて使うことを想定しています。
|
|
10
10
|
|
package/cspell/words.txt
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yoshinani/style-guide",
|
|
3
|
-
"version": "0.12.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.12.3",
|
|
4
|
+
"description": "YOSHINANI's Style Guide",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": "
|
|
9
|
-
"pnpm": "
|
|
8
|
+
"node": "22",
|
|
9
|
+
"pnpm": "10"
|
|
10
10
|
},
|
|
11
11
|
"publishConfig": {
|
|
12
12
|
"access": "public",
|
|
@@ -40,19 +40,19 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@commitlint/config-conventional": "^19.8.1",
|
|
42
42
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
43
|
-
"@eslint/js": "^9.
|
|
44
|
-
"eslint-config-prettier": "^10.1.
|
|
43
|
+
"@eslint/js": "^9.31.0",
|
|
44
|
+
"eslint-config-prettier": "^10.1.8",
|
|
45
45
|
"eslint-plugin-functional": "^9.0.2",
|
|
46
|
-
"eslint-plugin-import": "^2.
|
|
46
|
+
"eslint-plugin-import": "^2.32.0",
|
|
47
47
|
"eslint-plugin-react": "^7.37.5",
|
|
48
48
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
49
|
-
"eslint-plugin-tailwindcss": "^3.18.
|
|
50
|
-
"globals": "^16.
|
|
51
|
-
"typescript-eslint": "^8.
|
|
49
|
+
"eslint-plugin-tailwindcss": "^3.18.2",
|
|
50
|
+
"globals": "^16.3.0",
|
|
51
|
+
"typescript-eslint": "^8.38.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@biomejs/biome": "^2.1.2",
|
|
55
|
-
"@changesets/cli": "^2.29.
|
|
55
|
+
"@changesets/cli": "^2.29.5",
|
|
56
56
|
"@commitlint/cli": "^19.8.1",
|
|
57
57
|
"husky": "^9.1.7"
|
|
58
58
|
},
|