16.6.0 • Published 2 years ago

vue-stylelint-standard v16.6.0

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

2 years ago

16.5.0

2 years ago

16.4.0

2 years ago

16.3.0

2 years ago

16.2.0

2 years ago

16.1.0

2 years ago

16.0.6

2 years ago

16.0.5

2 years ago

16.0.4

2 years ago

16.0.3

2 years ago

16.0.2

2 years ago

16.0.1

2 years ago

16.0.0

2 years ago