16.6.0 • Published 8 months ago

vue-stylelint-standard v16.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

⚡vue-stylelint-standard

quickly start stylelint in vue.

npm version Alt Alt

install

npm i vue-stylelint-standard -D

stylelint.config.js

import { defineConfig } from 'vue-stylelint-standard';

export default defineConfig();

.prettierrc.js

/**
 * @type {import("prettier").Config}
 */
export default {
  singleQuote: true,
  trailingComma: 'all',
  bracketSameLine: true,
  endOfLine: 'auto',
};
16.6.0

8 months ago

16.5.0

8 months ago

16.4.0

9 months ago

16.3.0

9 months ago

16.2.0

10 months ago

16.1.0

10 months ago

16.0.6

11 months ago

16.0.5

11 months ago

16.0.4

11 months ago

16.0.3

11 months ago

16.0.2

11 months ago

16.0.1

11 months ago

16.0.0

11 months ago