Skip to content

Commit

Permalink
chore: ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
ksol committed Aug 12, 2024
1 parent 88be9b8 commit 7f68206
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,13 @@ module.exports = {
"@typescript-eslint/no-unused-vars": ["warn", { argsIgnorePattern: "^_" }],
"@typescript-eslint/consistent-type-definitions": ["error", "interface"],
},
overrides: [
{
files: ["test/**/*"],
rules: {
"@typescript-eslint/no-unused-expressions": "off",
"@typescript-eslint/no-require-imports": "off",
},
},
],
};

0 comments on commit 7f68206

Please sign in to comment.