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
11 lines
217 B
JSON
11 lines
217 B
JSON
{
|
|
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
|
"plugins": ["eslint", "typescript", "unicorn", "oxc", "vue"],
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"categories": {
|
|
"correctness": "error"
|
|
}
|
|
}
|