@yoshinani/style-guide 0.2.3 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -135,4 +135,18 @@ export default {
135
135
  },
136
136
  ],
137
137
  }
138
+ ```
139
+
140
+ 1. vscode拡張での設定
141
+
142
+ ```json
143
+ {
144
+ "cSpell.customDictionaries": {
145
+ "yoshinani": {
146
+ "name": "yoshinani",
147
+ "path": "${workspaceFolder}/node_modules/@yoshinani/style-guide/cspell/words.txt",
148
+ "addWords": false
149
+ }
150
+ },
151
+ }
138
152
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoshinani/style-guide",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Yoshinani's Style Guide",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/yoshinani-dev/style-guide#readme",