Skip to content

Commit

Permalink
removed lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
BBennettChiba committed Feb 27, 2024
1 parent be69121 commit 7fb0946
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const config = {
},
],
"@typescript-eslint/no-unused-vars": ["warn", { argsIgnorePattern: "^_" }],
"func-style": ["error", "expression"],
"import/order": [
"error",
{
Expand Down

0 comments on commit 7fb0946

Please sign in to comment.