@mayrlabs/setup-project 0.1.8 โ†’ 0.1.9

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @mayrlabs/setup-project
2
2
 
3
+ ## 0.1.9
4
+
5
+ ### Patch Changes
6
+
7
+ - a8ec57b: Overhaul
8
+
3
9
  ## 0.1.8
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -29,16 +29,16 @@ Follow the prompts to select your tools. That's it!
29
29
 
30
30
  We support configuration for the following tools:
31
31
 
32
- | Feature | Description |
33
- | :--- | :--- |
34
- | ๐Ÿถ **Husky** | Robust git hooks to ensure quality before commits. |
35
- | ๐Ÿ’… **Formatter** | **Prettier** or **Biome** (coming soon) for consistent code style. |
36
- | ๐Ÿงน **Linter** | **ESLint** configured with modern best practices. |
37
- | ๐Ÿšซ **Lint-staged** | Run linters/formatters only on changed files. Fast. |
38
- | ๐ŸŒณ **Env Validation** | Type-safe environment variables with **@t3-oss/env**. |
39
- | ๐Ÿงช **Testing** | Ready-to-go **Vitest** configuration. |
40
- | โš™๏ธ **EditorConfig** | Consistent coding styles between different editors. |
41
- | ๐Ÿ“„ **License** | Generate standard MIT, Apache, or ISC licenses instantly. |
32
+ | Feature | Description |
33
+ | :-------------------- | :----------------------------------------------------------------- |
34
+ | ๐Ÿถ **Husky** | Robust git hooks to ensure quality before commits. |
35
+ | ๐Ÿ’… **Formatter** | **Prettier** or **Biome** (coming soon) for consistent code style. |
36
+ | ๐Ÿงน **Linter** | **ESLint** configured with modern best practices. |
37
+ | ๐Ÿšซ **Lint-staged** | Run linters/formatters only on changed files. Fast. |
38
+ | ๐ŸŒณ **Env Validation** | Type-safe environment variables with **@t3-oss/env**. |
39
+ | ๐Ÿงช **Testing** | Ready-to-go **Vitest** configuration. |
40
+ | โš™๏ธ **EditorConfig** | Consistent coding styles between different editors. |
41
+ | ๐Ÿ“„ **License** | Generate standard MIT, Apache, or ISC licenses instantly. |
42
42
 
43
43
  ## Advanced Usage
44
44