16.6.0 • Published 10 months ago

vue-stylelint-standard v16.6.0

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

11 months ago

16.4.0

11 months ago

16.3.0

11 months ago

16.2.0

12 months ago

16.1.0

1 year ago

16.0.6

1 year ago

16.0.5

1 year ago

16.0.4

1 year 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