Skip to content

Instantly share code, notes, and snippets.

@wouterds
Created November 23, 2024 19:07
Show Gist options
  • Save wouterds/f5f6bc7795a875a22a7b050a2892e395 to your computer and use it in GitHub Desktop.
Save wouterds/f5f6bc7795a875a22a7b050a2892e395 to your computer and use it in GitHub Desktop.
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