Skip to content

Instantly share code, notes, and snippets.

@Nodirbek-Sharipov
Created September 6, 2022 09:38
Show Gist options
  • Save Nodirbek-Sharipov/ef041a02508121b3e68c2105b041ddfe to your computer and use it in GitHub Desktop.
Save Nodirbek-Sharipov/ef041a02508121b3e68c2105b041ddfe to your computer and use it in GitHub Desktop.
module.exports = {
arrowParens: 'always',
bracketSpacing: true,
indent: 2,
printWidth: 100,
singleQuote: true,
semi: true,
trailingComma: 'all',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment