0.8.6 • Published 2 years ago
@cloudflight/stylelint-plugin v0.8.6
stylelint-plugin
Installation
npm install --save-dev @cloudflight/stylelint-plugin
# or
yarn add -D @cloudflight/stylelint-plugin
# or
pnpm add -D @cloudflight/stylelint-pluginThen put this in your .stylelintrc.json file:
{
"extends": ["@cloudflight/stylelint-plugin"],
"rules": {}
}Usage
Run stylelint **/*.scss for linting the whole project.