Commit a846721
authored
chore(deps-dev): upgrading biome and our standards package (#1326)
## 🧰 Changes
Upgrades Biome and our `@readme/standards` package in order to flip on
following rules:
* [x] https://biomejs.dev/linter/rules/no-console/
* [x] https://biomejs.dev/linter/rules/no-unused-variables/
* [x] https://biomejs.dev/linter/rules/use-import-extensions/
* Our preference continues to be that types be written as interfaces.
All of these rules were/are a part of our ESLint config and just hadn't
been ported into our Biome standards yet.1 parent c385ae8 commit a846721
File tree
4 files changed
+43
-45
lines changed- src/commands/openapi
4 files changed
+43
-45
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | 242 | | |
244 | 243 | | |
245 | 244 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
349 | 348 | | |
350 | 349 | | |
351 | 350 | | |
| |||
0 commit comments