Skip to content

Instantly share code, notes, and snippets.

@aiya000
Created March 18, 2021 14:08
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 aiya000/113c56658499bcf6c3f1ab93bc51eb59 to your computer and use it in GitHub Desktop.
Save aiya000/113c56658499bcf6c3f1ab93bc51eb59 to your computer and use it in GitHub Desktop.
module.exports = {
trailingComma: 'all',
tabWidth: 2,
semi: false,
singleQuote: true,
printWidth: 100,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment