mirror of
https://github.com/samiyev/puaros.git
synced 2025-12-27 23:06:54 +05:00
chore: update ESLint and Prettier configuration
Update code formatting and linting rules for guardian package. Ensure consistent code style across monorepo.
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
"printWidth": 100,
|
||||
"tabWidth": 4,
|
||||
"useTabs": false,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"semi": false,
|
||||
"singleQuote": false,
|
||||
"quoteProps": "as-needed",
|
||||
"jsxSingleQuote": false,
|
||||
"trailingComma": "all",
|
||||
|
||||
Reference in New Issue
Block a user