wip: restructure watcher backend events #241
Annotations
2 errors and 4 warnings
Run yarn lint:
packages/metro-file-map/src/watchers/WatchmanWatcher.js#L13
'ChangeEventMetadata' is defined but never used. Allowed unused vars must match /^_/u
|
Run yarn lint
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run yarn lint:
packages/metro-file-map/src/index.js#L12
Requires should be sorted alphabetically
|
Run yarn lint:
packages/metro-transform-plugins/src/addParamsToDefineCall.js#L26
Always use `== null` or `!= null` to check for `null` AND `undefined` values (even if you just expect either of them). Within fb we treat them as equal and `== null` checks for both
|
Run yarn lint:
packages/metro-transform-plugins/src/import-export-plugin.js#L143
'withLocation' is already defined
|
Loading