1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-14 13:36:33 +02:00

Integrate Prettier + ESLint + reForis Style Guide

This commit is contained in:
Aleksandr Gumroian
2020-08-18 15:21:53 +02:00
parent a434ecac18
commit e41da48b1a
4 changed files with 18590 additions and 18482 deletions

11
.prettierrc Normal file
View File

@ -0,0 +1,11 @@
{
"singleQuote": false,
"printWidth": 80,
"proseWrap": "always",
"tabWidth": 4,
"useTabs": false,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"semi": true
}