https://github.com/stylelint-types/stylelint-order
https://github.com/stylelint-types/stylelint-order
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stylelint-types/stylelint-order
- Owner: stylelint-types
- License: mit
- Created: 2023-12-12T21:28:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-18T19:07:10.000Z (9 months ago)
- Last Synced: 2024-10-28T14:50:51.848Z (6 months ago)
- Language: JavaScript
- Size: 294 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-order - (TypeScript)
- awesome - stylelint-types/stylelint-order - (TypeScript)
README
# @stylelint-types/stylelint-order
TypeScript definitions for [stylelint-define-config](https://github.com/stylelint-types/stylelint-define-config).
## Install
```sh
npm i -D @stylelint-types/stylelint-order
# or
pnpm add -D @stylelint-types/stylelint-order
# or
yarn add -D @stylelint-types/stylelint-order
```## 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)