Skip to content

Commit

Permalink
Set template-indent rule to error instead of warn (#1781)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Mar 31, 2022
1 parent cdee20a commit 09923af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/recommended.js
Expand Up @@ -113,7 +113,7 @@ module.exports = {
// See #1396
'unicorn/require-post-message-target-origin': 'off',
'unicorn/string-content': 'off',
'unicorn/template-indent': 'warn',
'unicorn/template-indent': 'error',
'unicorn/text-encoding-identifier-case': 'error',
'unicorn/throw-new-error': 'error',
},
Expand Down

0 comments on commit 09923af

Please sign in to comment.