Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
12345678910 |
- /**
- * This file was automatically generated.
- * DO NOT MODIFY BY HAND.
- * Run `yarn special-lint-fix` to update
- */
-
- /**
- * A list of RegExps or absolute paths to directories or files that should be ignored
- */
- export type WatchIgnorePluginOptions = (string | RegExp)[];
|