refactor: update code style and improve ESLint rules for better consistency
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all"
|
||||
}
|
||||
"singleQuote": false,
|
||||
"trailingComma": "all",
|
||||
"tabWidth": 4,
|
||||
"useTabs": false,
|
||||
"semi": true
|
||||
}
|
||||
Reference in New Issue
Block a user