Skip to content

Instantly share code, notes, and snippets.

@andraaspar
Created September 30, 2019 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andraaspar/bc0f1e84eac687ca947959ab8e3887ef to your computer and use it in GitHub Desktop.
Save andraaspar/bc0f1e84eac687ca947959ab8e3887ef to your computer and use it in GitHub Desktop.
module.exports = {
trailingComma: 'es5',
tabWidth: 4,
useTabs: true,
semi: false,
singleQuote: true,
jsxSingleQuote: true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment