Skip to content

Commit 1b6e64a

Browse files
author
devgioele
committed
add rule arrow-body-style
1 parent 154a756 commit 1b6e64a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ts.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ module.exports = {
6565
'no-implicit-coercion': 'error',
6666
curly: ['error', 'all'],
6767
'object-shorthand': ['error'],
68-
eqeqeq: 'error'
68+
eqeqeq: 'error',
69+
'arrow-body-style': 'error'
6970
}
7071
}

0 commit comments

Comments
 (0)