Skip to content

Commit

Permalink
update config for html files
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Dec 17, 2024
1 parent 26558ab commit 7116ba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export default tsEslint.config(
'@html-eslint/indent': ['error', 2],
'@html-eslint/require-img-alt': 'off',
'@html-eslint/element-newline': 'off',
'@html-eslint/require-closing-tags': ['error', { selfClosing: 'always' }],
},
},
{
Expand Down

0 comments on commit 7116ba8

Please sign in to comment.