Skip to content

Instantly share code, notes, and snippets.

@shahali007
Last active August 7, 2023 05:21
Show Gist options
  • Select an option

  • Save shahali007/f6776a965e932d9f9baed8895eebd761 to your computer and use it in GitHub Desktop.

Select an option

Save shahali007/f6776a965e932d9f9baed8895eebd761 to your computer and use it in GitHub Desktop.
format with prettier
# files here will be ignored by prettier
node_modules
package-lock.json
yarn.lock
build
{
"semi": true,
"tabWidth": 4,
"printWidth": 160,
"singleQuote": true,
"trailingComma": "none",
"jsxSingleQuote": true,
"bracketSpacing": true,
"jsxBracketSameLine": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment