https://github.com/kurosame/stylelint-config-vue
StyleLint config for Vue.js
https://github.com/kurosame/stylelint-config-vue
config stylelint vue
Last synced: about 1 month ago
JSON representation
StyleLint config for Vue.js
- Host: GitHub
- URL: https://github.com/kurosame/stylelint-config-vue
- Owner: kurosame
- License: mit
- Created: 2018-06-25T02:22:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T11:55:22.000Z (over 5 years ago)
- Last Synced: 2025-07-02T22:37:37.326Z (12 months ago)
- Topics: config, stylelint, vue
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@kurosame/stylelint-config-vue
- Size: 319 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StyleLint Config Vue
## Installation
```sh
npm install @kurosame/stylelint-config-vue --save-dev
```
## Usage
In .stylelintrc:
```json
{
"extends": ["@kurosame/stylelint-config-vue"]
}
```
## License
MIT