openreachtech / eslint-rules-default

A showcasing package all the rules of ESLint.
MIT License
0 stars 0 forks source link

🐛 Fix `id-denylist` rule #243

Closed StewEucen closed 3 months ago

StewEucen commented 3 months ago

Overview

Note

{
  rules: {
      'id-denylist': [
        'error',
        // There are 0 or more rest parameters in the array
        // string
      ],
  },
}