Skip to content

Commit

Permalink
Exclude dist dir from formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Oct 29, 2024
1 parent 6909fba commit d3c33ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"typeLiteral.separatorKind": "comma",
},
"excludes": [
"**/dist",
"**/node_modules",
],
"plugins": [
Expand Down

0 comments on commit d3c33ed

Please sign in to comment.