Skip to content

Commit

Permalink
chore: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMunizOdoo committed Mar 20, 2023
1 parent f15da7a commit e1c2317
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@
}
],
"no-undef": 2,
"no-unused-vars": 2,
"no-unused-vars": 0,
"brace-style": 2,
"no-mixed-spaces-and-tabs": 2,
"no-empty-pattern": 0,
"key-spacing": 2,
"comma-spacing": 2,
"array-bracket-spacing": 2,
Expand Down Expand Up @@ -122,7 +123,7 @@
"@typescript-eslint/no-var-requires": 0,
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/explicit-function-return-type": 0,
"@typescript-eslint/no-unused-vars": 2,
"@typescript-eslint/no-unused-vars": 0,
"@typescript-eslint/ban-ts-ignore": 0,
"@typescript-eslint/explicit-module-boundary-types": "off"
},
Expand Down

0 comments on commit e1c2317

Please sign in to comment.