You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running using gulp-stylelint, I get this error:
TypeError: Cannot read property 'test' of undefined
at classes.filter.c (...node_modules/stylelint-rscss/lib/class_format.js:158:30)
at Array.filter (native)
at validateComponent (...node_modules/stylelint-rscss/lib/class_format.js:157:30)
at walkSelectors (...node_modules/stylelint-rscss/lib/class_format.js:81:7)
at selectors.nodes.forEach.selector (...node_modules/stylelint-rscss/lib/helpers/walk_selectors.js:41:43)
at Array.forEach (native)
at selectors (...node_modules/stylelint-rscss/lib/helpers/walk_selectors.js:41:23)
at Processor.selectors [as func] (...node_modules/stylelint-rscss/lib/helpers/flatten_rule.js:15:14)
at Processor.process (...node_modules/stylelint-rscss/node_modules/postcss-selector-parser/dist/processor.js:34:14)
at flattenRule (...node_modules/stylelint-rscss/lib/helpers/flatten_rule.js:16:6)
at visitRule (...node_modules/stylelint-rscss/lib/helpers/walk_selectors.js:40:5)
at visit (...node_modules/stylelint-rscss/lib/helpers/walk_selectors.js:23:20)
at node.nodes.forEach.subnode (...node_modules/stylelint-rscss/lib/helpers/walk_selectors.js:29:7)
at Array.forEach (native)
at visit (...node_modules/stylelint-rscss/lib/helpers/walk_selectors.js:28:16)
at walkSelectors (...node_modules/stylelint-rscss/lib/helpers/walk_selectors.js:14:3)
at ...node_modules/stylelint-rscss/lib/class_format.js:73:5
at Promise.resolve.then (...node_modules/stylelint/lib/lintSource.js:122:59)
It seems it happens when rscss/class-format -> component rule is set to false.
Is my config file wrong or something?
The text was updated successfully, but these errors were encountered:
My
stylelint
config is:When running using
gulp-stylelint
, I get this error:It seems it happens when
rscss/class-format -> component
rule is set tofalse
.Is my config file wrong or something?
The text was updated successfully, but these errors were encountered: