mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
* Switch to airbnb's eslint * Applies automatic fixes * Clean up dependencies * New lint rules * Apply auto fixes * Prettier * Update prettier position in eslint config * Aligns prettier and eslint * Use partial configs for client and server directories * Finalizes eslint config (for now) * Applies all elsint fixes * Removes duplciated config * Fixes build & local dev * Fix CI build
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
{
|
|
"bracketSpacing": false,
|
|
"jsxBracketSameLine": true,
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|