Westbrook / generator-easy-wc

File structure and Yarn scripting for developing, testing, documenting, and deploying a web component.
Other
7 stars 2 forks source link

styleling custom parser #3

Open Westbrook opened 6 years ago

Westbrook commented 6 years ago

Currently the use of JS template mixins trigger a lint error in stylelint, i.e.

import {awesomeMixin} from '@awesomStyles/awesomeMixins/awesomeMixin.js';
...
custom-element {
  ${awesomeMixin}
}

Investigate the use of a custom parser so that this can be avoided or configured around.