Skip to content

Commit

Permalink
build: force ordering for json files to prevent conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Oct 31, 2023
1 parent 998d068 commit b3da870
Show file tree
Hide file tree
Showing 4 changed files with 2,373 additions and 418 deletions.
4 changes: 2 additions & 2 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
...require('@linzjs/style/.prettierrc.js'),
printWidth: 200
...require('@linzjs/style/.prettierrc.cjs'),
plugins: ['prettier-plugin-sort-json']
};
Loading

0 comments on commit b3da870

Please sign in to comment.