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
Currently, the lint tasks are disabled for the upload-service packages under packages/ui. ESLint is having trouble with some version mismatches with some very old config dependencies and sub-dependencies. Meanwhile, ESLint also has a whole new config system (flat config), and the one we're using (and our config dependencies use) is deprecated.
The best path here is probably to rebuild the config from scratch, using flat config, looking at the current config and extensions as reference. We should also make that config standard across all packages in the repo, with minor exceptions where there's some good reason.
The text was updated successfully, but these errors were encountered:
Currently, the
lint
tasks are disabled for theupload-service
packages underpackages/ui
. ESLint is having trouble with some version mismatches with some very old config dependencies and sub-dependencies. Meanwhile, ESLint also has a whole new config system (flat config), and the one we're using (and our config dependencies use) is deprecated.The best path here is probably to rebuild the config from scratch, using flat config, looking at the current config and extensions as reference. We should also make that config standard across all packages in the repo, with minor exceptions where there's some good reason.
The text was updated successfully, but these errors were encountered: