peopledoc / eslint-config-peopledoc

ESLint config for PeopleDoc frontend projects
MIT License
1 stars 1 forks source link

Move to monorepo #44

Open ryuran opened 4 years ago

ryuran commented 4 years ago

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.

edouard-lopez commented 4 years ago

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",
ryuran commented 4 years ago

Yes, @edouard-lopez I mean 2 packages :

And if peopledoc work on an "other" framework :

xcambar commented 4 years ago

I'll be happy to read a PR to try the idea. Feel free to open one.