Skip to content

Commit

Permalink
chore: Don't error on unused vars in Editor [skip pizza] (#2567)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Dec 14, 2023
1 parent cb4c7a3 commit f48f5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.planx.uk/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}
],
"@typescript-eslint/no-unused-vars": [
"error",
"warn",
{
"varsIgnorePattern": "^_",
"argsIgnorePattern": "^_"
Expand Down

0 comments on commit f48f5c8

Please sign in to comment.