Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with ESLint #36

Open
3 tasks
stefan-lacatus opened this issue Feb 27, 2022 · 0 comments
Open
3 tasks

Integrate with ESLint #36

stefan-lacatus opened this issue Feb 27, 2022 · 0 comments

Comments

@stefan-lacatus
Copy link
Collaborator

The goal of this editor is to bring as much of the standard Javascript/Typescript editing features inside the ThingWorx composer.
To make this happen, in v1.24.0 support for prettier was added.

In order to further enhance the editing experience in Thingworx, ESLint should also be integrated in.
The typescript-eslint playground serves as an example of such an integration.
The source code is here: https://github.com/typescript-eslint/typescript-eslint/tree/main/packages/website/src/components/editor

The following features should be supported:

  • Support for configure rules to apply, and store them as part of the editor configuration
  • Highlight bad code in red
  • Support for code fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant