Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 464 Bytes

File metadata and controls

25 lines (19 loc) · 464 Bytes

stylelint-plugin-vue

Installation

npm install --save-dev @cloudflight/stylelint-plugin-vue
# or
yarn add -D @cloudflight/stylelint-plugin-vue
# or
pnpm add -D @cloudflight/stylelint-plugin-vue

Then put this in your .stylelintrc.mjs file:

/** @type {import('stylelint').Config} */
export default {
  extends: ['@cloudflight/stylelint-plugin-vue'],
  rules: {},
}

Usage

Run stylelint **/*.scss for linting the whole project.