stylelint-config-shyn
v0.1.4
Published
Create file .stylelintrc.js in the root and add below code in this file
Readme
USAGE
Create file .stylelintrc.js in the root and add below code in this file
module.exports = {
extends: [
'stylelint-config-shyn',
],
};