Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
inker committed Mar 29, 2024
1 parent d5ff6b4 commit af24958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ module.exports = {
files: ['tests/**/*'],
parserOptions: {
tsconfigRootDir: __dirname,
project: ["./tests/tsconfig.json"],
project: ['./tests/tsconfig.json'],
},
extends: ['plugin:vitest/recommended'],
rules: {
Expand Down

0 comments on commit af24958

Please sign in to comment.