|
| 1 | +// THIS CODE WAS AUTOMATICALLY GENERATED |
| 2 | +// DO NOT EDIT THIS CODE BY HAND |
| 3 | +// YOU CAN REGENERATE IT USING npm run generate:configs |
| 4 | + |
| 5 | +export = { |
| 6 | + plugins: ['testing-library'], |
| 7 | + rules: { |
| 8 | + 'testing-library/await-async-query': 'error', |
| 9 | + 'testing-library/await-async-utils': 'error', |
| 10 | + 'testing-library/await-fire-event': 'error', |
| 11 | + 'testing-library/no-await-sync-query': 'error', |
| 12 | + 'testing-library/no-container': 'error', |
| 13 | + 'testing-library/no-debugging-utils': 'error', |
| 14 | + 'testing-library/no-dom-import': ['error', 'marko'], |
| 15 | + 'testing-library/no-node-access': 'error', |
| 16 | + 'testing-library/no-promise-in-fire-event': 'error', |
| 17 | + 'testing-library/no-render-in-setup': 'error', |
| 18 | + 'testing-library/no-unnecessary-act': 'error', |
| 19 | + 'testing-library/no-wait-for-empty-callback': 'error', |
| 20 | + 'testing-library/no-wait-for-multiple-assertions': 'error', |
| 21 | + 'testing-library/no-wait-for-side-effects': 'error', |
| 22 | + 'testing-library/no-wait-for-snapshot': 'error', |
| 23 | + 'testing-library/prefer-find-by': 'error', |
| 24 | + 'testing-library/prefer-presence-queries': 'error', |
| 25 | + 'testing-library/prefer-query-by-disappearance': 'error', |
| 26 | + 'testing-library/prefer-screen-queries': 'error', |
| 27 | + 'testing-library/render-result-naming-convention': 'error', |
| 28 | + }, |
| 29 | +}; |
0 commit comments