Обновлены зависимости, ESLint/Prettier заменены на Oxlint/Oxfmt, удалены настройки для VS Code
This commit is contained in:
8
.oxfmtrc.json
Normal file
8
.oxfmtrc.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"printWidth": 120,
|
||||
"singleQuote": true,
|
||||
"quoteProps": "consistent",
|
||||
"sortImports": true,
|
||||
"sortPackageJson": false,
|
||||
"ignorePatterns": [".docker", ".yarn", "html"]
|
||||
}
|
||||
Reference in New Issue
Block a user