Files
UniVerse/frontend/.oxlintrc.json
T
serega404 655ab1b5c5
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Successful in 5s
🚀 Create and publish a Docker image / Build & publish backend image (push) Successful in 9s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Successful in 3s
Инициализировал Vue
2026-05-08 00:56:44 +03:00

11 lines
217 B
JSON

{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": ["eslint", "typescript", "unicorn", "oxc", "vue"],
"env": {
"browser": true
},
"categories": {
"correctness": "error"
}
}