Skip to content

Commit

Permalink
ci: override format checking for pnpm-lock in gen-docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallenbagel committed Jun 29, 2024
1 parent 777c5cd commit eeb72f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@ module.exports = {
plugins: [require('./merged-prettier-plugin.js')],
singleQuote: true,
trailingComma: 'es5',
overrides: [
{
files: 'gen-docs/pnpm-lock.yaml',
options: {
rangeEnd: 0, // default: Infinity
},
},
],
};

0 comments on commit eeb72f3

Please sign in to comment.