johnstonbl01 / eslint-no-inferred-method-name

A custom rule for ESLint that checks for inferred method names within object literals.
MIT License
27 stars 4 forks source link

Possible to install as a plugin? #3

Closed ericelliott closed 9 years ago

ericelliott commented 9 years ago

Is it possible to install this rule as an eslint plugin so you don't have to copy the file into the rules directory? That would significantly enhance the install experience.

ericelliott commented 9 years ago

Example of an ESLint plugin: https://github.com/yannickcr/eslint-plugin-react

johnstonbl01 commented 9 years ago

I agree. Should be possible. I'll look into it!

ericelliott commented 9 years ago

:+1:

ericelliott commented 9 years ago

Any luck on this?

johnstonbl01 commented 9 years ago

Finishing up another project in the next few days. It's the next thing on my list!

ericelliott commented 9 years ago

Great. =)

johnstonbl01 commented 9 years ago

@ericelliott Done. :+1:

Let me know if you run into any issues. If everything works out, let me know and I'll close this issue.

johnstonbl01 commented 9 years ago

Closing - plugin change and NPM install package appears to be working as expected.

ericelliott commented 9 years ago

Nice. =)