aboutsummaryrefslogtreecommitdiffstats
path: root/.oxlintrc.json
blob: b13a4c505e8e319d6c2ae90ae23a38f75dd33395 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "node_modules/oxlint/configuration_schema.json",
  "ignorePatterns": [
    "**/*.config.js",
    "**/*.config.cjs",
    "**/.eslintrc.cjs",
    "**/.next",
    "**/dist",
    "**/build",
    "**/pnpm-lock.yaml"
  ]
}