# printWidth: 80 # 80 # tabWidth: 4 # 2 -- redundant with .editorconfig # useTabs: false # false -- redundant with .editorconfig semi: false # true singleQuote: true # false trailingComma: all # none | es5 | all # bracketSpacing: true # true # jsxBracketSameLine: false # false # arrowParens: avoid # avoid | always