Skip to content

Commit

Permalink
ran prettier on eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
overthemike committed Nov 5, 2024
1 parent a1b3e72 commit 24713af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"files": ["tests/**/*.ts", "tests/**/*.tsx"],
"rules": {
"import/extensions": ["error", "never"],
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "off"
}
},
{
Expand Down

0 comments on commit 24713af

Please sign in to comment.