Skip to content

Commit

Permalink
feat: add buildFromOxlintConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Oct 30, 2024
1 parent dfd914e commit e300732
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,7 @@ export default [
];
```

If you are using legacy configuration (eslint < 9.0), you can use the following config:

```js
const { buildFromOxlintConfigFile } = require('eslint-plugin-oxlint');

// TODO
```
`buildFromOxlintConfigFile` is not supported for legacy configuration (eslint < 9.0).

### Run it before eslint

Expand Down

0 comments on commit e300732

Please sign in to comment.