update lint config (due to changes with prettier 2.0.x version)

This commit is contained in:
Sam
2020-05-01 09:28:34 +02:00
parent e82db4dcf6
commit b6c445b6df
5 changed files with 130 additions and 106 deletions

View File

@ -3,6 +3,7 @@
"useTabs": false,
"semi": false,
"singleQuote": true,
"arrowParens": "avoid",
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false