NullVoxPopuli / eslint-plugin-decorator-position

ESLint plugin for enforcing decorator position

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Making a rule that disallows decorators altogether

palnes opened this issue · comments

Don't want them. At all. 😁

I can take a PR for this if you do the work <3

the rule would end up being enabled as:

  'decorator-position/forbid-decorators': ['error'],

also, what do you have against decorators? they're almost Stage 4

I was looking for something like this, and you were the closest. Terribly sorry.

As for decorators as a concept, perfectly fine. this is just for a brittle project where there has been a lot of "early adoption" reminding me more of the React mixin days. :) thank you for making this plugin tho, have a nice weekend. :)