@yoshinani/style-guide 0.8.0 → 0.9.0

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 CHANGED
@@ -68,7 +68,7 @@ export default eslintConfig
68
68
 
69
69
  | 種類 | 設定パッケージ名 |
70
70
  | ------------- | ------------------------------------------------- |
71
- | base | `@yoshinani/style-guide/typescript/base` |
71
+ | base | `@yoshinani/style-guide/typescript` |
72
72
  | nextjs | `@yoshinani/style-guide/typescript/nextjs` |
73
73
  | react-library | `@yoshinani/style-guide/typescript/react-library` |
74
74
 
package/cspell/words.txt CHANGED
@@ -5,6 +5,7 @@ liff
5
5
  mypage
6
6
  nakanoaas
7
7
  neverthrow
8
+ notionhq
8
9
  opengraph
9
10
  picklist
10
11
  postback
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoshinani/style-guide",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "Yoshinani's Style Guide",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/yoshinani-dev/style-guide#readme",