Skip to content

Commit 09923af

Browse files
authored
Set template-indent rule to error instead of warn (#1781)
1 parent cdee20a commit 09923af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/recommended.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ module.exports = {
113113
// See #1396
114114
'unicorn/require-post-message-target-origin': 'off',
115115
'unicorn/string-content': 'off',
116-
'unicorn/template-indent': 'warn',
116+
'unicorn/template-indent': 'error',
117117
'unicorn/text-encoding-identifier-case': 'error',
118118
'unicorn/throw-new-error': 'error',
119119
},

0 commit comments

Comments
 (0)