wemogy / generator

A yeoman code generator for common wemogy templates
2 stars 3 forks source link

ECLINT is deprecated. We could unify it using prettier, which we anyway will use for frontend #134

Open SebastianKuesters opened 2 years ago

SebastianKuesters commented 2 years ago

Statement of ECLint Owner: https://github.com/jedmao/eclint/issues/226#issuecomment-689193653

SebastianKuesters commented 2 years ago

@robinmanuelthiel what is your opinion on this?

robinmanuelthiel commented 2 years ago

Alternative: https://github.com/editorconfig-checker/editorconfig-checker

SebastianKuesters commented 2 years ago

I will read how the Prettier integration will work, when I have to configure Prettier anyway. If there is sth. not supported, I would also go with the new alternative you mentioned.

robinmanuelthiel commented 2 years ago

As far as I know, Prettier only supports a very small subset of languages whereas EditorConfig supports all kind of files. It's just eclint that is not supported anymore (but works fine for us) - EditorConfig is perfectly fine.