Skip to content

Commit

Permalink
feat: change curly rule to multi-line
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Aug 28, 2023
1 parent 3ec079a commit 8f499b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/configs/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
ignorePatterns,
rules: {
// Common
'curly': ['error', 'multi-or-nest', 'consistent'],
'curly': ['error', 'multi-line'],
'quote-props': ['error', 'consistent-as-needed'],
'no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
'no-param-reassign': 'off',
Expand Down

0 comments on commit 8f499b3

Please sign in to comment.