vue3-realworld-example-app icon indicating copy to clipboard operation
vue3-realworld-example-app copied to clipboard

eslint.config.js without @mutoe/eslint-config

Open nermin99 opened this issue 1 year ago • 1 comments

Would it be possible to rewrite the eslint.config.js without using @mutoe/eslint-config as base?

I'm imagining that most people won't be using @mutoe/eslint-config but rather would be looking for a generic eslint.config.js.

nermin99 avatar Aug 26 '24 18:08 nermin99

I think the better option is using https://github.com/antfu/eslint-config, it works out of the box.

I used my own fork version because it also integrates cypress and a few other rules of personal preference

mutoe avatar Aug 28 '24 10:08 mutoe