[bug] Invalid rules for disable-debug
, disable-dom
, and disable-web-apis
configs
#923
Labels
disable-debug
, disable-dom
, and disable-web-apis
configs
#923
Describe the bug
Attempting to use
disable-debug
,disable-dom
, ordisable-web-apis
causes an ESLint error:Reproduction
npx eslint --cache .
Expected behavior
Applying the config(s) should work and not cause ESLint to fail.
Platform and versions
Stack trace
Additional context
When logging something like
eslintReact.configs['disable-debug']
, I get{ '0,off': undefined }
The text was updated successfully, but these errors were encountered: