Hi want to ignore certain files for a specific rule in style lint config js like below
'color-named': [
'never', {
'ignore': [ 'library/styles/**/*.css', 'components/**/styles/variable.css' ]
}
],
However this is not working, Any suggetions how to do that ?