Skip to content

Commit d1b1920

Browse files
refactor(prettier): remove json override (#99)
Co-authored-by: Almanov Nikita <[email protected]>
1 parent cc13e2d commit d1b1920

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

prettier.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,5 @@ export default defineConfig({
88
singleQuote: true,
99
},
1010
},
11-
{
12-
files: ['*.json'],
13-
options: {
14-
trailingComma: 'none',
15-
},
16-
},
1711
],
1812
});

0 commit comments

Comments
 (0)