Skip to content

Commit f5ea6db

Browse files
authored
docs: usage with oxlint (#26)
1 parent 4804ab8 commit f5ea6db

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,19 @@ export default [
5050
];
5151
```
5252

53+
## Usage with oxlint
54+
55+
If you're using oxlint, you can enable the e18e plugin by adding it to your `.oxlintrc.json` file:
56+
57+
```json
58+
{
59+
"jsPlugins": ["@e18e/eslint-plugin"],
60+
"rules": {
61+
"e18e/prefer-includes": "error"
62+
}
63+
}
64+
```
65+
5366
## Rules
5467

5568
**Legend:**

0 commit comments

Comments
 (0)