@aureldvx/stylelint

1.1.0 • Public • Published

Stylelint configuration

Installation

npm install --save-dev @aureldvx/stylelint
# or
yarn add --dev @aureldvx/stylelint
# or
pnpm install --save-dev @aureldvx/stylelint

Usage

To use the configuration, add the following to your stylelint.config.js file:

import {defineConfig} from '@aureldvx/stylelint';

// The default config parse only CSS files
export default defineConfig();

// If you want to parse SCSS too
export default defineConfig({
  scss: true,
});

Bundled configurations

  • stylelint-config-idiomatic-order (github)
  • stylelint-config-standard-scss only if { scss: true } (github)
  • stylelint-config-prettier-scss only if { scss: true } (github)

Bundled plugins

  • @double-great/stylelint-a11y (github)
  • stylelint-plugin-defensive-css (github)
  • stylelint-plugin-logical-css (github)
  • stylelint-selector-bem-pattern (github)
  • @isnotdefined/stylelint-plugin (github)

Package Sidebar

Install

npm i @aureldvx/stylelint

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

6.35 kB

Total Files

5

Last publish

Collaborators

  • aureldvx_