1.2.0 • Published 4 years ago

@hiro0218/stylelint-config v1.2.0

Weekly downloads
11
License
MIT
Repository
github
Last release
4 years ago

@hiro0218/stylelint-config

npm i -D @hiro0218/stylelint-config

.stylelintrc.js

module.exports = {
  "extends": ["@hiro0218/stylelint-config"],
  "rules": {
    // Add override rules
  },
};