Skip to content

Commit 682fd59

Browse files
committed
chore: automatically generate all configs
1 parent 66fc380 commit 682fd59

File tree

4 files changed

+20
-64
lines changed

4 files changed

+20
-64
lines changed

lib/configs/angular.ts

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
export = {
2-
plugins: ['testing-library'],
3-
rules: {
4-
'testing-library/await-async-query': 'error',
5-
'testing-library/await-async-utils': 'error',
6-
'testing-library/no-await-sync-query': 'error',
7-
'testing-library/no-promise-in-fire-event': 'error',
8-
'testing-library/no-wait-for-empty-callback': 'error',
9-
'testing-library/prefer-find-by': 'error',
10-
'testing-library/prefer-screen-queries': 'error',
11-
'testing-library/no-container': 'error',
12-
'testing-library/no-debug': 'error',
13-
'testing-library/no-dom-import': ['error', 'angular'],
14-
'testing-library/no-node-access': 'error',
15-
'testing-library/render-result-naming-convention': 'error',
16-
},
17-
};
1+
// THIS CODE WAS AUTOMATICALLY GENERATED
2+
// DO NOT EDIT THIS CODE BY HAND
3+
// YOU CAN REGENERATE IT USING yarn generate:configs
4+
5+
export = { plugins: ['testing-library'], rules: {} };

lib/configs/dom.ts

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
export = {
2-
plugins: ['testing-library'],
3-
rules: {
4-
'testing-library/await-async-query': 'error',
5-
'testing-library/await-async-utils': 'error',
6-
'testing-library/no-await-sync-query': 'error',
7-
'testing-library/no-promise-in-fire-event': 'error',
8-
'testing-library/no-wait-for-empty-callback': 'error',
9-
'testing-library/prefer-find-by': 'error',
10-
'testing-library/prefer-screen-queries': 'error',
11-
},
12-
};
1+
// THIS CODE WAS AUTOMATICALLY GENERATED
2+
// DO NOT EDIT THIS CODE BY HAND
3+
// YOU CAN REGENERATE IT USING yarn generate:configs
4+
5+
export = { plugins: ['testing-library'], rules: {} };

lib/configs/react.ts

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
export = {
2-
plugins: ['testing-library'],
3-
rules: {
4-
'testing-library/await-async-query': 'error',
5-
'testing-library/await-async-utils': 'error',
6-
'testing-library/no-await-sync-query': 'error',
7-
'testing-library/no-promise-in-fire-event': 'error',
8-
'testing-library/no-wait-for-empty-callback': 'error',
9-
'testing-library/prefer-find-by': 'error',
10-
'testing-library/prefer-screen-queries': 'error',
11-
'testing-library/no-container': 'error',
12-
'testing-library/no-debug': 'error',
13-
'testing-library/no-dom-import': ['error', 'react'],
14-
'testing-library/no-node-access': 'error',
15-
'testing-library/render-result-naming-convention': 'error',
16-
},
17-
};
1+
// THIS CODE WAS AUTOMATICALLY GENERATED
2+
// DO NOT EDIT THIS CODE BY HAND
3+
// YOU CAN REGENERATE IT USING yarn generate:configs
4+
5+
export = { plugins: ['testing-library'], rules: {} };

lib/configs/vue.ts

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
1-
export = {
2-
plugins: ['testing-library'],
3-
rules: {
4-
'testing-library/await-async-query': 'error',
5-
'testing-library/await-async-utils': 'error',
6-
'testing-library/no-await-sync-query': 'error',
7-
'testing-library/no-promise-in-fire-event': 'error',
8-
'testing-library/no-wait-for-empty-callback': 'error',
9-
'testing-library/prefer-find-by': 'error',
10-
'testing-library/prefer-screen-queries': 'error',
11-
'testing-library/await-fire-event': 'error',
12-
'testing-library/no-container': 'error',
13-
'testing-library/no-debug': 'error',
14-
'testing-library/no-dom-import': ['error', 'vue'],
15-
'testing-library/no-node-access': 'error',
16-
'testing-library/render-result-naming-convention': 'error',
17-
},
18-
};
1+
// THIS CODE WAS AUTOMATICALLY GENERATED
2+
// DO NOT EDIT THIS CODE BY HAND
3+
// YOU CAN REGENERATE IT USING yarn generate:configs
4+
5+
export = { plugins: ['testing-library'], rules: {} };

0 commit comments

Comments
 (0)