An open API service indexing awesome lists of open source software.

https://github.com/stylelint-types/stylelint-stylistic


https://github.com/stylelint-types/stylelint-stylistic

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# @stylelint-types/stylelint-stylistic

TypeScript definitions for [stylelint-define-config](https://github.com/stylelint-types/stylelint-define-config).

## Install

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

## Usage

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

///

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

![demo](./static/demo.png)

## Thanks

- [@stylelint-types](https://github.com/stylelint-types)

## LICENSE

[MIT](./LICENSE)