.prettierrc
1 { 2 "semi": true, 3 "singleQuote": true, 4 "printWidth": 100, 5 "tabWidth": 2, 6 "useTabs": false, 7 "bracketSpacing": true, 8 "bracketSameLine": false, 9 "arrowParens": "always", 10 "endOfLine": "lf" 11 }
1 { 2 "semi": true, 3 "singleQuote": true, 4 "printWidth": 100, 5 "tabWidth": 2, 6 "useTabs": false, 7 "bracketSpacing": true, 8 "bracketSameLine": false, 9 "arrowParens": "always", 10 "endOfLine": "lf" 11 }