Skip to content

Commit

Permalink
Merge pull request #1524 from chanzuckerberg/ah-prettier
Browse files Browse the repository at this point in the history
Use our shared prettier config
  • Loading branch information
ahuth authored Mar 3, 2023
2 parents b9cbe58 + c98ea51 commit 4ecfc0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .prettierrc

This file was deleted.

9 changes: 9 additions & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const config = require('@chanzuckerberg/prettier-config-edu');

module.exports = {
...config,

// Override of our shared config. Should we remove this and use the same config as our other
// repos? Doing so would result in a large diff (every file would be updated).
bracketSpacing: true,
};

0 comments on commit 4ecfc0a

Please sign in to comment.