eslint-plugin-ban
eslint-plugin-ban copied to clipboard
Ban some methods and functions
ESLint has released v9: https://eslint.org/blog/2024/04/eslint-v9.0.0-released/ Could you please add compatibility with version 9? As far as I can see, there are quite a lot of breaking changes there. And flat...
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Right now we would support the wildcard operator in the following situation: ``` "rules": { "ban/ban": [ "error", { name: ["api", "*"], message: "Some message", }, ] } ``` The...
Would it be possible to add banning for decorators? (or maybe i'm missing it, but using either decorator name or @name in a rule doesn't seem to currently catch instances...
Hi! First, thanks for this plugin, it's really useful! Do you know if there's a possibility to extend the rule if I want to add the ban of a specific...
would that be possible? example: you could ban all writes to `innerHtml`, but still allow reading from it.