Opinionated Stylelint config.
-
Extends the following configs:
-
Enforces the following rules:
-
Supports all Stylelint config options
Requires Stylelint v16 or later.
// stylelint.config.ts
export { default } from '@kevinmarrec/cloudstack-stylelint-config'
// stylelint.config.ts
import { useConfig } from '@kevinmarrec/cloudstack-stylelint-config'
export default useConfig({ /* options */ })