@kevinmarrec/stylelint-config
v1.5.9
Published
Opinionated Stylelint config.
Maintainers
Readme
@kevinmarrec/stylelint-config
Description
Opinionated Stylelint config.
Opinions
Extends the following configs:
Adds the following plugins:
Enforces the following rules:
Supports all Stylelint config options
Usage
Requires Stylelint v16 or later.
Default
// stylelint.config.ts
export { default } from '@kevinmarrec/stylelint-config'Extended
// stylelint.config.ts
import { useConfig } from '@kevinmarrec/stylelint-config'
export default useConfig({ /* options */ })