We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
We should not have dependencies related to ember if a project need only vanilla js config.
To do it properly, "monorepo" can be a way to manage eslint config (as airbnb: https://github.com/airbnb/javascript/tree/master/packages).
You should publish it on NPM with a namespace @peopledoc/eslint-config Or on github repository now.
@peopledoc/eslint-config
The text was updated successfully, but these errors were encountered:
Do you mean to set up a monorepo in order to remove those 2 lines?
"eslint-plugin-ember": "6.x.x", "eslint-plugin-ember-suave": "1.x.x",
Sorry, something went wrong.
Yes, @edouard-lopez I mean 2 packages :
And if peopledoc work on an "other" framework :
I'll be happy to read a PR to try the idea. Feel free to open one.
No branches or pull requests
Hello
We should not have dependencies related to ember if a project need only vanilla js config.
To do it properly, "monorepo" can be a way to manage eslint config (as airbnb: https://github.com/airbnb/javascript/tree/master/packages).
You should publish it on NPM with a namespace
@peopledoc/eslint-config
Or on github repository now.
The text was updated successfully, but these errors were encountered: