Created
November 23, 2024 19:07
-
-
Save wouterds/f5f6bc7795a875a22a7b050a2892e395 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 = { | |
semi: true, | |
singleQuote: true, | |
trailingComma: "all", | |
bracketSameLine: true, | |
bracketSpacing: true, | |
arrowParens: "always", | |
printWidth: 100, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment