For more information, please refer to my blog
Error reporting performance
Solution:
Adds the following configuration in .stylelintrc.js:
/**
* @module .stylelintrc
* @author: huoyou
* @description: css
*/
module.exports = {
rules: {
...
'selector-pseudo-class-no-unknown': [
true,
{
ignorePseudoClasses: ['deep']
}
],
...
}
};
Read More:
- [Solved] error: Unexpected console statement (no-console)
- [Solved] error ‘test‘ is assigned a value but never used no-unused-vars
- [Solved] Vue calls style loader error: Module build failed: CssSyntaxError
- How to Solve Vite package error
- [Solved] Vue eslint Error: Component name “*****“ should always be multi-word
- Vscode save Vue format eslint check error [How to Solve]
- How to Solve Vue cli configuration SCSS global variable error
- How to Solve VUE Error: Mixed spaces and tabs
- [Solved] Syntax Error: Error: No ESLint configuration found & TypeError: eslint.CLIEngine is not a constructor
- Vue: How to Solve Eslint error
- How to Solve Node start error listen eacces 0.0.0.0:810
- [Solved] Vue3.0 Error: The component has been registered but not used vue/no-unused-components, Close eslint
- [Solved] Vue Project startup error: no eslint configuration found
- [Solved] Errors: 1 http://eslint.org/docs/rules/quotes…elementUI Import Error
- [Solved] Install The Latest Version of Jest Error: TypeError: Cannot read property ‘instrument‘ of undefined
- VUE Error: Mixed spaces and tabs [How to Solve]
- npm ERR code ELIFECYCLE [How to Solve]
- [Solved] Vue item packaging error: Failed to load resource: the server responded with a status of 404 (Not Found)
- eslint Error: Delete `␍` [How to Solve]
- [Solved] Component name “login“ should always be multi-word.