Last active
August 5, 2022 08:24
-
-
Save dilipsuthar97/c5c73abbc849ae01b91a1cbc97b77af6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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