Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
refactor(prettier): remove json override (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Sep 15, 2024
1 parent a9bd259 commit 879ce9e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,5 @@ export default defineConfig({
singleQuote: true,
},
},
{
files: ['*.json'],
options: {
trailingComma: 'none',
},
},
],
});

0 comments on commit 879ce9e

Please sign in to comment.