Skip to content

Instantly share code, notes, and snippets.

@dilipsuthar97
Last active August 5, 2022 08:24
Show Gist options
  • Save dilipsuthar97/c5c73abbc849ae01b91a1cbc97b77af6 to your computer and use it in GitHub Desktop.
Save dilipsuthar97/c5c73abbc849ae01b91a1cbc97b77af6 to your computer and use it in GitHub Desktop.
module.exports = {
bracketSpacing: true,
jsxBracketSameLine: true,
singleQuote: true,
jsxSingleQuote: true,
trailingComma: 'all',
usesTabs: true,
tabWidth: 4,
printWidth: 100,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment