Skip to content

Commit

Permalink
feat(prettier-config): add jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Feb 4, 2024
1 parent b216da6 commit 61b0e01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions projects/prettier-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,11 @@ module.exports = {
files: '*.svg',
options: require(require('path').resolve(__dirname, 'options', 'svg.js')),
},
{
files: ['tsconfig*.json'],
options: {
parser: 'jsonc',
},
},
],
};

0 comments on commit 61b0e01

Please sign in to comment.