Skip to content

Commit

Permalink
fix: do not lint generated filed
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Aug 5, 2024
1 parent 256d939 commit b072535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
sourceType: "module",
},
plugins: ["@typescript-eslint"],
ignorePatterns: ["**/__generated__/*.ts"],
rules: {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": [
Expand Down

1 comment on commit b072535

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 91%
90.9% (120/132) 84.61% (33/39) 75% (24/32)
Tests Skipped Failures Errors Time
6 1 💤 0 ❌ 0 🔥 2.499s ⏱️
Coverage Report (91%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files90.984.617591.47 
   handlers.ts93.6710081.2593.5120–130
   utilities.ts86.797668.7588.4678, 125–136

Please sign in to comment.