all repos — stealth-developers @ d00d0050efa6c5bcad3c96fcd82b4a6dcff2d088

pkgs/frontend/.oxlintrc.json (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
{
  "$schema": "./node_modules/oxlint/configuration_schema.json",
  "plugins": ["eslint", "typescript", "unicorn", "oxc", "vue"],
  "env": {
    "browser": true
  },
  "categories": {
    "correctness": "error"
  }
}