Skip to content

Instantly share code, notes, and snippets.

@MSevey
Created March 9, 2021 15:29
Show Gist options
  • Save MSevey/28fd3d675043b22688fbd2373b094173 to your computer and use it in GitHub Desktop.
Save MSevey/28fd3d675043b22688fbd2373b094173 to your computer and use it in GitHub Desktop.
prettier formatting directives for package.json files.
{
"prettier": {
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"semi": true,
"singleQuote": true,
"tabWidth": 2
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment