Skip to content

Commit

Permalink
Apply format
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone committed Oct 17, 2024
1 parent 73412ac commit 8b3a738
Show file tree
Hide file tree
Showing 25 changed files with 4,174 additions and 2,552 deletions.
6 changes: 6 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ export default [
rules: {
...eslintConfigLove.rules,
// Tentatively changed from error to warn due to migration
"@typescript-eslint/consistent-type-assertions": "warn",
"@typescript-eslint/no-magic-numbers": "off",
"@typescript-eslint/no-unnecessary-condition": "warn",
"@typescript-eslint/strict-boolean-expressions": "warn",
"@typescript-eslint/prefer-nullish-coalescing": "warn",
"@typescript-eslint/prefer-destructuring": "warn",
"@typescript-eslint/no-base-to-string": "warn",
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@ export default {

// Whether to use watchman for file crawling
// watchman: true,
}
};
Loading

0 comments on commit 8b3a738

Please sign in to comment.