Code Inspection: Webpack config compliance with JSON Schema
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
Validates options in webpack config files (which name should start with `webpack`, e.g. `webpack.config.js`) against webpack options schema.
Disable this inspection to turn off validation and code completion inside the configuration object.
Place the caret at the highlighted line and press AltEnter or click
.
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.