Closed Strajk closed 4 years ago
Thanks for your PR and for caring about eslint-plugin-meteor
. I decided not to merge the PR as not every user will use "extends": ["plugin:meteor/recommended"]
. Some might just want to define the rules individually, in which case they'll need to register the plugin..
So it's good to show how the plugin can be registered by default. There's also no harm in registering it twice. Hope this is understandable βΊοΈ
@dferber90 no worries, thanks for explanation :) keep up the great work π
Hi π First of all, thanks for your work π
I've noticed that there is an unnecessary plugins field in the example config. The plugin is already included in the
meteor/recommended
config which is being extended https://github.com/dferber90/eslint-plugin-meteor/blob/master/lib/index.js#L24Examples from other repos:
React https://github.com/yannickcr/eslint-plugin-react
extends
in the example configVue https://github.com/vuejs/eslint-plugin-vue
extends
in the example config