|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
799 bytes
|
| Line | |
|---|
| 1 | "use strict";
|
|---|
| 2 | module.exports = {
|
|---|
| 3 | plugins: ['testing-library'],
|
|---|
| 4 | rules: {
|
|---|
| 5 | 'testing-library/await-async-query': 'error',
|
|---|
| 6 | 'testing-library/await-async-utils': 'error',
|
|---|
| 7 | 'testing-library/no-await-sync-query': 'error',
|
|---|
| 8 | 'testing-library/no-promise-in-fire-event': 'error',
|
|---|
| 9 | 'testing-library/no-wait-for-empty-callback': 'error',
|
|---|
| 10 | 'testing-library/no-wait-for-multiple-assertions': 'error',
|
|---|
| 11 | 'testing-library/no-wait-for-side-effects': 'error',
|
|---|
| 12 | 'testing-library/no-wait-for-snapshot': 'error',
|
|---|
| 13 | 'testing-library/prefer-find-by': 'error',
|
|---|
| 14 | 'testing-library/prefer-presence-queries': 'error',
|
|---|
| 15 | 'testing-library/prefer-query-by-disappearance': 'error',
|
|---|
| 16 | 'testing-library/prefer-screen-queries': 'error',
|
|---|
| 17 | },
|
|---|
| 18 | };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.