all repos — stealth-developers @ 5d3cf4708b160c15695cabe44f3a8e72119902b8

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"
  }
}