@alza54/stylelint-config-nuxt

Strict shareable config for stylelint and Nuxt.js that I use for my projects

Usage no npm install needed!

<script type="module">
  import alza54StylelintConfigNuxt from 'https://cdn.skypack.dev/@alza54/stylelint-config-nuxt';
</script>

README

@alza54/stylelint-config-nuxt

shellcode.team Build Status shellcode-styleguide

Strict shareable config for stylelint and Nuxt.js.

Features

Bundled plugins

Installation

npm install --save-dev @alza54/stylelint-config-nuxt

or yarn

yarn add -D @alza54/stylelint-config-nuxt

And then extend it in your configuration:

{
  "extends": [
    "@alza54/stylelint-config-nuxt"
  ]
}

It is suggested to use this configuration alongside with stylelint-config-scss config in this repository.

License

MIT.