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 our automated dependency updates are blocked by eslint 9 which
we can not update yet because not all of our plugins support it yet.
So we ignore it for now so all other dependencies can be updated by
dependabot again.
Follow up: #1042
Relates to #1042
- updated all eslint and related packages
- eslint recommends a single eslint configuration file for v9, therefore
all configs were moved to the single root `eslint.config.js` file
- typechecked lint rules are only enabled for `sit-onyx` as the
necessary `projectService` takes way too long otherwise
- fixed all occuring lint issues
- merged all `.gitignore` files into the root one, so it can be used as
eslint ignore rules
- reordered and regrouped .gitignore entries
Follow up on #1041.
Wait for release of Vue eslint config
The text was updated successfully, but these errors were encountered: