You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
The code expects src/config.js to exist and to be a valid configuration file. Currently, we ignore this file and yarn lint outputs an error because the file may not exist. We should provide a default config file or handle optional config file differently.
The code expects
src/config.jsto exist and to be a valid configuration file. Currently, we ignore this file andyarn lintoutputs an error because the file may not exist. We should provide a default config file or handle optional config file differently.