adametry / gulp-eslint

A Gulp plugin for identifying and reporting on patterns found in ECMAScript/JavaScript code.
MIT License
563 stars 118 forks source link

Add support for id-denylist #265

Open mgrebenets opened 3 years ago

mgrebenets commented 3 years ago

id-denylist is language-inclusive replacement for id-blacklist. It's supported in latest ESLint and plugins but not by gulp-eslint yet.