https://github.com/stylelint-types/stylelint-stylistic
https://github.com/stylelint-types/stylelint-stylistic
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/stylelint-types/stylelint-stylistic
- Owner: stylelint-types
- License: mit
- Created: 2023-12-12T21:50:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-17T18:08:17.000Z (about 2 months ago)
- Last Synced: 2025-04-18T07:26:57.142Z (about 2 months ago)
- Language: JavaScript
- Size: 479 KB
- Stars: 3
- 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-stylistic - (TypeScript)
- awesome - stylelint-types/stylelint-stylistic - (TypeScript)
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
}
})
```
## Thanks
- [@stylelint-types](https://github.com/stylelint-types)
## LICENSE
[MIT](./LICENSE)