1.1.0 • Published 7 months ago
@aureldvx/stylelint v1.1.0
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)