Skip to content

Instantly share code, notes, and snippets.

@jason-napolitano
Last active May 4, 2023 01:33
Show Gist options
  • Save jason-napolitano/59a9160d248fd781477840b1d4e087ef to your computer and use it in GitHub Desktop.
Save jason-napolitano/59a9160d248fd781477840b1d4e087ef to your computer and use it in GitHub Desktop.
.prettierrc.json
{
"$schema": "https://json.schemastore.org/prettierrc",
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
"jsxBracketSameLine": false,
"printWidth": 80,
"proseWrap": "preserve",
"requirePragma": false,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"rcVerbose": false,
"overrides": [
{
"files": "*.json",
"options": {
"printWidth": 200
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment