Similar to prettier-config-a11y
but compatible with Notion formulas (which don't allow semicolons or trailing commas) and drops any options that aren't relevant in Notion formula syntax.
Last active
March 16, 2025 06:28
-
-
Save nickserv/edb12d327044f459c89bc996486b6f0a to your computer and use it in GitHub Desktop.
Prettier config for Notion formulas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"experimentalTernaries": true, | |
"experimentalOperatorPosition": "start", | |
"useTabs": true, | |
"semi": false, | |
"trailingComma": "none" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment