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

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


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

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# @stylelint-types/stylelint-codeguide

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

> [!CAUTION]
> `stylelint-codeguide` has been merged into [`stylelint-stylistic`](https://github.com/stylelint-stylistic/stylelint-stylistic), so this package is deprecated.

## Install

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

## Usage

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

///

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

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

## Credits

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

## LICENSE

[MIT](./LICENSE)