@alza54/stylelint-config-nuxt
v0.6.1
Published
Strict shareable config for stylelint and Nuxt.js that I use for my projects
Downloads
35
Maintainers
Readme
@alza54/stylelint-config-nuxt
Strict shareable config for stylelint
and Nuxt.js
.
Features
- Support for CSS Modules with
stylelint-config-css-modules
- Checking for accessibility rules (a11y) with
stylelint-a11y
- Disallowing features that aren't supported by your target browser audience with
stylelint-no-unsupported-browser-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.