Skip to content

Commit

Permalink
refactor(prettier): remove json override (#448)
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 b80220e commit a043c97
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 a043c97

Please sign in to comment.