/stylelint-config

Primary LanguageJavaScriptMIT LicenseMIT

stylelint-config

Useage

create .stylelintrc.js at your project root and write the following

module.exports = {
  extends: ['@okatechnology/stylelint-config'],
}