$ npm install
$ npm start
index.css
is not supposed to be lint according to .stylelintignore
if we set ignorePath
in .postcssrc.js
or not.
├── index.1.css
└── index.css
Stylelint lint all of theme.
I think it's because stylelint postcss plugin did not resolve .stylelintignore
file.
Is it a historical design?