Skip to content

Commit

Permalink
chore: suppress stylistic rule errors
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Apr 18, 2024
1 parent 31a8a23 commit 2fd15f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// Silent the stylistic rules in you IDE, but still auto-fix them
"eslint.rules.customizations": [
{ "rule": "style/*", "severity": "off" },
{ "rule": "@stylistic/*", "severity": "off" },
{ "rule": "*-indent", "severity": "off" },
{ "rule": "*-spacing", "severity": "off" },
{ "rule": "*-spaces", "severity": "off" },
Expand Down

0 comments on commit 2fd15f7

Please sign in to comment.