Home
last modified time | relevance | path

Searched defs:emptyDefaultCase (Results 1 – 2 of 2) sorted by relevance

/third_party/parse5/
Deslint.config.js86 'unicorn/prefer-switch': ['error', { emptyDefaultCase: 'do-nothing-comment' }], property
D.eslintrc.json33 "unicorn/prefer-switch": ["error", { "emptyDefaultCase": "do-nothing-comment" }] string