Skip to content

Commit

Permalink
build: set object-curly-spacing always
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jul 26, 2021
1 parent fdfe82e commit 47dceb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xo.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
rules: {
'@typescript-eslint/prefer-readonly-parameter-types': 'off',
'ava/no-skip-test': 'off',
'ava/no-only-test': 'off'
'ava/no-only-test': 'off',
'object-curly-spacing': ['error','always']
}
};

0 comments on commit 47dceb6

Please sign in to comment.