@yoshinani/style-guide 0.15.2 → 0.16.1

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/eslint/base.mjs +4 -0
  2. package/package.json +2 -2
package/eslint/base.mjs CHANGED
@@ -213,6 +213,10 @@ export default tseslint.config(
213
213
  name: "zod",
214
214
  message: "valibotを使用してください。",
215
215
  },
216
+ {
217
+ name: "tsup",
218
+ message: "tsdownを使用してください。",
219
+ },
216
220
  ],
217
221
 
218
222
  patterns: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoshinani/style-guide",
3
- "version": "0.15.2",
3
+ "version": "0.16.1",
4
4
  "description": "YOSHINANI's Style Guide",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "repository": {
20
20
  "type": "git",
21
- "url": "https://github.com/yoshinani-dev/style-guide.git"
21
+ "url": "git+https://github.com/yoshinani-dev/style-guide.git"
22
22
  },
23
23
  "exports": {
24
24
  "./biome": "./biome/base.jsonc",