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

Model architecture: Enable eslint for .ts files #3303

Closed
kring opened this issue Apr 15, 2019 · 5 comments · Fixed by #6985
Closed

Model architecture: Enable eslint for .ts files #3303

kring opened this issue Apr 15, 2019 · 5 comments · Fixed by #6985
Assignees

Comments

@kring
Copy link
Member

kring commented Apr 15, 2019

No description provided.

@kring kring added the Version 8 formerly MobX label Apr 15, 2019
@kring
Copy link
Member Author

kring commented Apr 15, 2019

@tephenavies
Copy link
Member

Our current eslint config is really outdated. Now prettier fills a lot of the requirements we used eslint for. We should maybe consider cutting it down a lot, starting with something like:

{
  "extends": [
    "eslint:recommended",
    "prettier"
  ]
}

And add config to make it work with TypeScript etc.

We'll probably need some react rules too, e.g. see #4565.

@soyarsauce
Copy link
Contributor

Related #4519 & #4565

@ljowen
Copy link
Contributor

ljowen commented Nov 29, 2023

Blocked by #6991

@ljowen
Copy link
Contributor

ljowen commented Dec 7, 2023

PR: #6985

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

Successfully merging a pull request may close this issue.

7 participants