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

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


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

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# @stylelint-types/stylelint-scss

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

## Install

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

## Usage

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

///

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

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

## Credits

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

## LICENSE

[MIT](./LICENSE)