Skip to content

Instantly share code, notes, and snippets.

@Tatarotus
Created July 20, 2020 14:50
Show Gist options
  • Save Tatarotus/02a7634014cb0c7cc694d721abeeba89 to your computer and use it in GitHub Desktop.
Save Tatarotus/02a7634014cb0c7cc694d721abeeba89 to your computer and use it in GitHub Desktop.
module.exports = {
trailingComma: 'es5',
tabWidth: 2,
semi: true,
singleQuote: true,
arrowParens: 'always',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment