There is an error when running yarn lint in example:
ESLint couldn't determine the plugin "import" uniquely.
This is because there are eslint-plugin development dependencies (that I added to remove some warnings in commit 4c50b1b) both in core and in example, so ESLint cannot determine which to choose.
There is an error when running
yarn lint
in example:This is because there are
eslint-plugin
development dependencies (that I added to remove some warnings in commit 4c50b1b) both in core and in example, so ESLint cannot determine which to choose.