Skip to content

stylelint-types/stylelint-stylistic

Repository files navigation

@stylelint-types/stylelint-stylistic

TypeScript definitions for stylelint-define-config.

Install

npm i -D @stylelint-types/stylelint-stylistic
# or
pnpm add -D @stylelint-types/stylelint-stylistic
# or
yarn add -D @stylelint-types/stylelint-stylistic

Usage

// @ts-check
const defineConfig = require('stylelint-define-config')

/// <reference types="@stylelint-types/stylelint-stylistic">

module.exports = defineConfig({
  rules: {
    // ...rules
  }
})

demo

Thanks

LICENSE

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published