-
I would expect editorconfig-check not to lint ❌ Linted [EDITORCONFIG] files with [editorconfig-checker]: Found 1 error(s) - (0.67s) (expand for details)
- Using [editorconfig-checker v2.4.0] https://megalinter.io/6.18.0/descriptors/editorconfig_editorconfig_checker
- MegaLinter key: [EDITORCONFIG_EDITORCONFIG_CHECKER]
- Rules config: identified by [editorconfig-checker]
- Number of files analyzed: [292]
--Error detail:
builds/demo/website/src/src/components/molecule/DevicesContent.vue:
42: Wrong amount of left-padding spaces(want multiple of 2)
43: Wrong amount of left-padding spaces(want multiple of 2)
2 errors found and if we make this linter happy, we get an error for ESLint (vue/html-indent) Beside it shouldn't lint |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Some linters are not always good friends :) You may add |
Beta Was this translation helpful? Give feedback.
-
If you don't wish editorconfig-checker to lint |
Beta Was this translation helpful? Give feedback.
Some linters are not always good friends :)
You may add
EDITORCONFIG_EDITORCONFIG_CHECKER_FILTER_REGEX_EXCLUDE: (\.vue)
, so vue files will be ignored :)