Skip to content

Commit

Permalink
chore: update eslint files pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
fczbkk committed Nov 23, 2022
1 parent 3a82bc3 commit edd174e
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 @@ -12,7 +12,7 @@ module.exports = {
},
overrides: [
{
files: ["src/*.ts"],
files: ["src/**/*.ts", "test/**/*.ts"],
extends: ["prettier"],
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint"],
Expand Down

0 comments on commit edd174e

Please sign in to comment.