What version of Oxlint are you using?
1.60.0
What command did you run?
oxlint
What does your .oxlintrc.json (or oxlint.config.ts) config file look like?
What happened?
I ran oxlint and it complained:
Failed to parse oxlint configuration file.
× Invalid configuration for rule `no-empty-pattern`:
│ This rule does not accept configuration options.
What version of Oxlint are you using?
1.60.0
What command did you run?
oxlintWhat does your
.oxlintrc.json(oroxlint.config.ts) config file look like?{ "$schema": "./node_modules/oxlint/configuration_schema.json", "categories": { "correctness": "off", }, "rules": { "no-empty-pattern": ["error", { "allowObjectPatternsAsParameters": true }], }, }What happened?
I ran
oxlintand it complained: