Skip to content

Commit

Permalink
chore: update lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Nov 5, 2024
1 parent a31d4b1 commit 3a470fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.lint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig",
"include": [".eslintrc.cjs", "**/*.ts", "**/*.js", "**/*.cjs", "**/*.mjs"],
"include": ["**/*.ts", "**/*.js", "**/*.cjs", "**/*.mjs"],
"exclude": ["node_modules/", "**/__mocks__/*", "dist/", "coverage/", "tools/"]
}

0 comments on commit 3a470fc

Please sign in to comment.