@dimensional-innovations/tool-config 3.0.2 → 3.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dimensional-innovations/tool-config",
3
- "version": "3.0.2",
3
+ "version": "3.1.0",
4
4
  "description": "Universal configuration package for ESLint, Prettier, Stylelint, TypeScript, and semantic-release with auto-detection for React, Vue, Svelte, Solid, Astro, Angular, and more",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -30,6 +30,7 @@ export const FRAMEWORK_BUILD_DIRS = [
30
30
  '.parcel-cache', // Parcel
31
31
  '.turbo', // Turborepo
32
32
  '.vite', // Vite
33
+ '.vitepress', // VitePress
33
34
  '.svelte-kit' // SvelteKit
34
35
  ]
35
36