Skip to content

Commit

Permalink
fix format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
noxify committed Feb 19, 2024
1 parent ee8649a commit 6820ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/eslint/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const config = {
"turbo",
"eslint:recommended",
"plugin:@typescript-eslint/recommended-type-checked",
"plugin:@typescript-eslint/stylistic-type-checked"
"plugin:@typescript-eslint/stylistic-type-checked",
],
env: {
es2022: true,
Expand Down

0 comments on commit 6820ddf

Please sign in to comment.