vue3-realworld-example-app
vue3-realworld-example-app copied to clipboard
eslint.config.js without @mutoe/eslint-config
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.
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