https://github.com/stylelint-types/stylelint-scss
https://github.com/stylelint-types/stylelint-scss
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stylelint-types/stylelint-scss
- Owner: stylelint-types
- License: mit
- Created: 2023-12-12T16:31:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-19T11:41:24.000Z (20 days ago)
- Last Synced: 2025-04-28T21:43:03.754Z (11 days ago)
- Language: TypeScript
- Size: 447 KB
- Stars: 2
- 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-scss - (TypeScript)
- awesome - stylelint-types/stylelint-scss - (TypeScript)
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
}
})
```
## Credits
- [@stylelint-types](https://github.com/stylelint-types)
- [@pengzhanbo](https://github.com/pengzhanbo)## LICENSE
[MIT](./LICENSE)