We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be02a8 commit 9521997Copy full SHA for 9521997
1 file changed
packages/eslint-plugin/lib/configs/tests.ts
@@ -1,7 +1,6 @@
1
import { defineFlatConfig } from "eslint-define-config";
2
import jestPlugin from "eslint-plugin-jest";
3
import testingLibrary from "eslint-plugin-testing-library";
4
-import { awaitUserEventRule } from "../rules/await-user-event";
5
6
export const testsConfig = defineFlatConfig([
7
{
@@ -10,11 +9,6 @@ export const testsConfig = defineFlatConfig([
10
9
globals: jestPlugin.environments.globals.globals,
11
},
12
plugins: {
13
- "@bam.tech": {
14
- rules: {
15
- "await-user-event": awaitUserEventRule,
16
- },
17
18
jest: jestPlugin,
19
"testing-library": testingLibrary,
20
0 commit comments