Skip to content

Instantly share code, notes, and snippets.

@tkssharma
Created May 15, 2020 16:51
Show Gist options
  • Save tkssharma/ff4be545dfc56b239772b01842d68499 to your computer and use it in GitHub Desktop.
Save tkssharma/ff4be545dfc56b239772b01842d68499 to your computer and use it in GitHub Desktop.
{
arrowParens: 'avoid',
bracketSpacing: true,
htmlWhitespaceSensitivity: 'css',
jsxBracketSameLine: false,
printWidth: 80,
proseWrap: 'preserve',
requirePragma: false,
semi: true,
singleQuote: true,
tabWidth: 2,
endOfLine: 'auto',
trailingComma: 'all',
useTabs: false,
overrides: [
{
files: '*.json',
options: {
printWidth: 200,
},
},
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment