Skip to content

Commit 1ca4870

Browse files
enable prefer-dispose rule in oxlint config
Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
1 parent 61f9607 commit 1ca4870

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ Oxlint, so they are intentionally omitted:
168168
- `jest-dom/*`
169169
- `vitest/*` (except `vitest/no-import-node-test`)
170170
- `playwright/*`
171-
- `epic-web/prefer-dispose-in-tests`
172171

173172
## License
174173

oxlint-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
],
114114
"rules": {
115115
"eslint/no-restricted-imports": "off",
116+
"epic-web/prefer-dispose-in-tests": "warn",
116117
"vitest/no-import-node-test": "error"
117118
}
118119
},

0 commit comments

Comments
 (0)