@storm-software/linting-tools 1.26.14 → 1.27.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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.26.15](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.26.14...linting-tools-v1.26.15) (2024-01-18)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **linting-tools:** Updated ignored files in biome linter ([54520d2](https://github.com/storm-software/storm-ops/commit/54520d24ffc860401b57cab2d28a2565c352a7e9))
7
+
8
+ ## [1.26.14](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.26.13...linting-tools-v1.26.14) (2024-01-17)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **workspace-tools:** Patched transformer functions in tsup dependency ([f6412b4](https://github.com/storm-software/storm-ops/commit/f6412b437bb5d3122573f1e0ff877ac20f4ad947))
14
+
1
15
  ## [1.26.13](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.26.12...linting-tools-v1.26.13) (2024-01-17)
2
16
 
3
17
 
package/biome/biome.json CHANGED
@@ -14,10 +14,8 @@
14
14
  "**/fallback*.js",
15
15
  "**/node_modules/**",
16
16
  "**/dist/**",
17
- "**/out/**",
18
17
  "**/ios/**",
19
18
  "**/.git/**",
20
- "**/.vscode/**",
21
19
  "**/.android/**",
22
20
  "**/.DS_Store/**",
23
21
  "**/Thumbs.db/**",
@@ -95,6 +93,6 @@
95
93
  "enabled": true,
96
94
  "clientKind": "git",
97
95
  "defaultBranch": "origin:main",
98
- "useIgnoreFile": true
96
+ "useIgnoreFile": false
99
97
  }
100
98
  }
@@ -31,6 +31,7 @@ allcontributors
31
31
  probot
32
32
  smee
33
33
  remeda
34
+ typia
34
35
  stormie
35
36
  npmjs
36
37
  noopener
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/linting-tools",
3
- "version": "1.26.14",
3
+ "version": "1.27.0",
4
4
  "private": false,
5
5
  "description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
6
6
  "keywords": [