eclipsesource / eclipsesource/jsonforms

Fix ignored ESLint issues

Open
#2,131 0 comments 0 reactions 0 assignees View on GitHub
dev
Dominant language
TypeScript
Stars
2.7k
Forks
424
Avg merge
17d 8h
Merged PRs (30d)
1

Description

This is a follow up of #1551

The following ESLint violations were ignored in the initial PR #2112 but should be fixed, too:
- [ ] `import/no-named-as-default`: Currently ignored in packages vanilla-renderers and material-renderers
- [x] `no-prototype-builtins`: Currently ignored in all packages: https://github.com/eclipsesource/jsonforms/pull/2134
- [ ] `@typescript-eslint/no-explicit-any`: Currently ignored in all packages
- [ ] `@typescript-eslint/ban-types`: Search repository for `TODO fix @typescript-eslint/ban-types` to find places to fix. The rule was not universally ignored.

Potentially also investigate:
- [ ] Ignored violation of `@angular-eslint/no-conflicting-lifecycle` in packages/angular/src/jsonforms-root.component.ts

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.