https://github.com/hugomrdias/stylelint-config-hd
Shareable stylelint config for me
https://github.com/hugomrdias/stylelint-config-hd
config linter stylelint stylelint-config
Last synced: 6 days ago
JSON representation
Shareable stylelint config for me
- Host: GitHub
- URL: https://github.com/hugomrdias/stylelint-config-hd
- Owner: hugomrdias
- License: mit
- Created: 2017-09-21T16:16:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T23:21:11.000Z (over 2 years ago)
- Last Synced: 2025-06-10T02:11:29.611Z (7 days ago)
- Topics: config, linter, stylelint, stylelint-config
- Language: JavaScript
- Size: 642 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: license
Awesome Lists containing this project
README
# stylelint-config-hd [](https://www.npmjs.com/package/stylelint-config-hd) [](https://www.npmjs.com/package/stylelint-config-hd) [](https://www.npmjs.com/package/stylelint-config-hd) [](https://travis-ci.org/hugomrdias/stylelint-config-hd)
> Shareable stylelint config for me
## Install
```
$ yarn add stylelint-config-hd -D
```## Usage
Add stylelint config to your `package.json`:
```js
"stylelint": {
"extends": "stylelint-config-hd"
}
```## vscode
Install [esbenp.prettier-vscode](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
```json
{
"editor.formatOnType": true,
"editor.formatOnSave": true,
"prettier.stylelintIntegration": true,
"prettier.printWidth": 80,
"prettier.tabWidth": 4,
"prettier.useTabs": false,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.trailingComma": "none",
"prettier.bracketSpacing": true,
"prettier.jsxBracketSameLine": false,
}```
## License
MIT © [Hugo Dias](http://hugodias.me)