16.0.4 • Published 12 months ago

vue-stylelint-standard v16.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 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

10 months ago

16.5.0

10 months ago

16.4.0

10 months ago

16.3.0

11 months ago

16.2.0

11 months ago

16.1.0

12 months ago

16.0.6

12 months ago

16.0.5

12 months ago

16.0.4

12 months ago

16.0.3

1 year ago

16.0.2

1 year ago

16.0.1

1 year ago

16.0.0

1 year ago