Files
Yannis Petitot 4cdaf057f0 Linter setup (#50)
* Setup prettier and eslint

* npm lint scripts
2019-10-13 23:54:13 +02:00

13 lines
262 B
Plaintext

{
"printWidth": 120,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "all",
"arrowParens": "avoid",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"proseWrap": "preserve"
}