Box-Of-Hats / Bem-VSCode-Extension

A VSCode extension for helping with inserting BEM (Block-Element-Modifier) classes.
BSD 3-Clause "New" or "Revised" License
29 stars 5 forks source link

How can I disable a warning? #17

Closed haoxf closed 4 years ago

Box-Of-Hats commented 4 years ago

To turn off class name casing warnings, use the setting bemHelper.classNameCase: "any",

To turn off depth warnings, use the setting: bemHelper.showDepthWarnings: false,

To turn off all warnings, use bemHelper.maxWarningsCount: 0,

The full list of settings are available in the repo readme.