@yoshinani/style-guide 0.1.6 → 0.1.7

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.
Files changed (2) hide show
  1. package/cspell/words.txt +13 -0
  2. package/package.json +3 -2
@@ -0,0 +1,13 @@
1
+ commitlint
2
+ yoshinani
3
+ firestore
4
+ liff
5
+ nakanoaas
6
+ opengraph
7
+ postback
8
+ remeda
9
+ shadcn
10
+ supabase
11
+ turbopack
12
+ usecase
13
+ valibot
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoshinani/style-guide",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Yoshinani's Style Guide",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/yoshinani-dev/style-guide#readme",
@@ -23,7 +23,8 @@
23
23
  "typescript",
24
24
  "eslint",
25
25
  "commitlint",
26
- "prettier"
26
+ "prettier",
27
+ "cspell"
27
28
  ],
28
29
  "dependencies": {
29
30
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",