We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4804ab8 commit f5ea6dbCopy full SHA for f5ea6db
1 file changed
README.md
@@ -50,6 +50,19 @@ export default [
50
];
51
```
52
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
66
## Rules
67
68
**Legend:**
0 commit comments