https://github.com/stylelint-types/stylelint-stylus
https://github.com/stylelint-types/stylelint-stylus
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stylelint-types/stylelint-stylus
- Owner: stylelint-types
- License: mit
- Created: 2023-12-12T21:28:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T17:09:19.000Z (10 months ago)
- Last Synced: 2024-11-10T02:27:01.665Z (7 months ago)
- Language: JavaScript
- Size: 305 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome - stylelint-types/stylelint-stylus - (TypeScript)
- awesome - stylelint-types/stylelint-stylus - (TypeScript)
README
# @stylelint-types/stylelint-stylus
TypeScript definitions for [stylelint-define-config](https://github.com/stylelint-types/stylelint-define-config).
## Install
```sh
npm i -D @stylelint-types/stylelint-stylus
# or
pnpm add -D @stylelint-types/stylelint-stylus
# or
yarn add -D @stylelint-types/stylelint-stylus
```## Usage
```js
// @ts-check
const defineConfig = require('stylelint-define-config')///
module.exports = defineConfig({
rules: {
// ...rules
}
})
```
## Credits
- [@stylelint-types](https://github.com/stylelint-types)
- [@pengzhanbo](https://github.com/pengzhanbo)## LICENSE
[MIT](./LICENSE)