Skip to content

Commit fe1e545

Browse files
authored
style: remove useAwait linting rule (#5146)
1 parent 9e84323 commit fe1e545

89 files changed

Lines changed: 291 additions & 396 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

biome.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"noUnassignedVariables": "error",
3838
"noVar": "error",
3939
"useAdjacentOverloadSignatures": "error",
40-
"useAwait": "error",
4140
"useErrorMessage": "error",
4241
"useIsArray": "error",
4342
"useStaticResponseMethods": "error"

examples/snippets/biome.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"$schema": "../../node_modules/@biomejs/biome/configuration_schema.json",
33
"extends": "//",
4-
"root": false,
5-
"linter": {
6-
"rules": {
7-
"suspicious": {
8-
"useAwait": "off"
9-
}
10-
}
11-
}
4+
"root": false
125
}

package-lock.json

Lines changed: 58 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)