{ "singleQuote": true, "trailingComma": "all", "printWidth": 80, "tabWidth": 2, "bracketSpacing": false, "endOfLine": "lf", "overrides": [ { "files": [ "*.js", "*.jsx" ], "options": { "parser": "babel-flow" } }, { "files": [ "*.css" ], "options": { "parser": "css" } } ] }