Skip to content

Commit

Permalink
chore(prettier): keepOverrides オプションを false に変更する
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkygames123 committed Mar 23, 2023
1 parent 58d4936 commit fb0b679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
singleQuote: true,
trailingComma: 'all',
useTabs: true,
keepOverrides: false,
overrides: [
{
files: '*.html',
Expand Down

0 comments on commit fb0b679

Please sign in to comment.