Skip to content

Commit

Permalink
Only sort styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Nov 6, 2023
1 parent 998d068 commit 36a6bc3
Show file tree
Hide file tree
Showing 8 changed files with 5,107 additions and 4,561 deletions.
11 changes: 10 additions & 1 deletion .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
module.exports = {
...require('@linzjs/style/.prettierrc.js'),
printWidth: 200
printWidth: 200,
overrides: [
{
files: ["config/style/*.json"],
options: {
plugins: ["prettier-plugin-sort-json"],
jsonRecursiveSort: true
}
},
]
};
Loading

0 comments on commit 36a6bc3

Please sign in to comment.