Skip to content

Commit 4764fb5

Browse files
author
devgioele
committed
enable curly rule for ts-next
1 parent cfb00d9 commit 4764fb5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ts-next.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
'plugin:prettier/recommended'
66
],
77
rules: {
8+
curly: ['error', 'all'],
89
'@next/next/no-img-element': 'off'
910
}
1011
}

0 commit comments

Comments
 (0)