Skip to content

Commit

Permalink
Tweak some rules
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed Jan 9, 2024
1 parent 661fc48 commit 6b9b536
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,10 @@ export function prepareConfig() {
}
]
}
},
{
files: ['eslint.config.js'],
rules: { 'stylistic/quote-props': ['error', 'consistent-as-needed'] }
}
]);
}

0 comments on commit 6b9b536

Please sign in to comment.