dry-wash-pl/.prettierrc.json
ilnaz 52c9ecd3c8 feat: make layout, form, order pages and wizards (#6) (#13)
Reviewed-on: #13
Reviewed-by: Primakov Alexandr Alexandrovich <primakovpro@gmail.com>
Reviewed-by: Rustam <kagapov.rustam@yandex.ru>
Co-authored-by: ilnaz <237x237@gmail.com>
Co-committed-by: ilnaz <237x237@gmail.com>
2024-11-03 11:44:23 +03:00

8 lines
147 B
JSON

{
"singleQuote": true,
"jsxSingleQuote": true,
"arrowParens": "always",
"max-len": ["error", 140, 2],
"tabWidth": 2,
"useTabs": false
}