@cloudflight/stylelint-plugin-vue

0.8.6 • Public • Published

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.

Package Sidebar

Install

npm i @cloudflight/stylelint-plugin-vue

Weekly Downloads

467

Version

0.8.6

License

Apache-2.0

Unpacked Size

13.2 kB

Total Files

5

Last publish

Collaborators

  • cloudflight-admin
  • jenglisch