Skip to content

Commit 47dceb6

Browse files
committed
build: set object-curly-spacing always
1 parent fdfe82e commit 47dceb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xo.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = {
33
rules: {
44
'@typescript-eslint/prefer-readonly-parameter-types': 'off',
55
'ava/no-skip-test': 'off',
6-
'ava/no-only-test': 'off'
6+
'ava/no-only-test': 'off',
7+
'object-curly-spacing': ['error','always']
78
}
89
};

0 commit comments

Comments
 (0)