@160over90/vue-cli-plugin-stylelint

stylelint plugin for vue-cli with 160over90's linter settings

Usage no npm install needed!

<script type="module">
  import 160over90VueCliPluginStylelint from 'https://cdn.skypack.dev/@160over90/vue-cli-plugin-stylelint';
</script>

README

vue-cli-plugin-stylelint

A stylelint plugin for the vue-cli configured with 160over90's sass linter settings. Essentially this is a stricter version of Github's css linter.

Note: this is a vue-cli plugin for vue-cli projects only

Add the plugin to a project

vue add @160over90/vue-cli-plugin-stylelint

Adding additonal rules

The plugin generates a .stylelintrc.js file at the root of the your project directory. You can check out stylelints rules for ideas.