Skip to content

Commit

Permalink
chore(react): fix eslint configuration formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos committed Sep 19, 2024
1 parent 53623a3 commit 5dda0f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private Consumer<JHipsterModuleBuilder> patchEslintConfig(JHipsterModuleProperti
\t\t\t'@typescript-eslint/no-misused-promises': [
\t\t\t\t'error',
\t\t\t\t{
\t\t\t\t\t'checksVoidReturn': false
\t\t\t\t\tchecksVoidReturn: false,
\t\t\t\t}
\t\t\t],\
""".replace("\t", properties.indentation().spaces())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default typescript.config(
'@typescript-eslint/no-misused-promises': [
'error',
{
'checksVoidReturn': false
checksVoidReturn: false,
}
],
},
Expand Down

0 comments on commit 5dda0f3

Please sign in to comment.