Skip to content

Commit

Permalink
chore(config): add function-parens space rule
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Dec 16, 2022
1 parent 03f5c10 commit 3f1d512
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@typescript-eslint/no-unused-vars": [
"error",
{ "argsIgnorePattern": "^unused", "varsIgnorePattern": "^unused" }
]
],
"space-before-function-paren": ["error", "never"]
}
}

0 comments on commit 3f1d512

Please sign in to comment.