Skip to content

Instantly share code, notes, and snippets.

@BiosBoy
Created January 13, 2019 17:49
Show Gist options
  • Select an option

  • Save BiosBoy/1bbcc7b4f439a99660b5fe798fb9a125 to your computer and use it in GitHub Desktop.

Select an option

Save BiosBoy/1bbcc7b4f439a99660b5fe798fb9a125 to your computer and use it in GitHub Desktop.
module.exports = {
useTabs: false,
printWidth: 120,
tabWidth: 2,
singleQuote: true,
trailingComma: 'none',
jsxBracketSameLine: false,
semi: false
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment