Skip to content

Commit

Permalink
fix(workflow): fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
lexasq committed Dec 9, 2024
1 parent d06bae9 commit c409a93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
"semi": "off",
"@typescript-eslint/semi": ["error"],
"@typescript-eslint/no-extra-semi": "error",
"no-extra-semi": "off"
"no-extra-semi": "off",
"@angular-eslint/prefer-standalone": [
"off"
]
}
},
{
Expand Down

0 comments on commit c409a93

Please sign in to comment.