Open chris-pearce opened 7 years ago
Currently the cm-stylelint NPM module is private to CM.
cm-stylelint
We should make cm-stylelint a public NPM module so that we don't have to copy the configuration here.
Then we can add cm-stylelint to the devDependencies within Shell's package.json file.
devDependencies
package.json
Currently the
cm-stylelint
NPM module is private to CM.We should make
cm-stylelint
a public NPM module so that we don't have to copy the configuration here.Then we can add
cm-stylelint
to thedevDependencies
within Shell'spackage.json
file.