Skip to content

Instantly share code, notes, and snippets.

@nickserv
Last active March 16, 2025 06:28
Show Gist options
  • Save nickserv/edb12d327044f459c89bc996486b6f0a to your computer and use it in GitHub Desktop.
Save nickserv/edb12d327044f459c89bc996486b6f0a to your computer and use it in GitHub Desktop.
Prettier config for Notion formulas
{
"experimentalTernaries": true,
"experimentalOperatorPosition": "start",
"useTabs": true,
"semi": false,
"trailingComma": "none"
}

Prettier config for Notion formulas

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.

Playground

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment