Skip to content

hugomrdias/stylelint-config-hd

Repository files navigation

stylelint-config-hd NPM Version NPM Downloads NPM License Build Status

Shareable stylelint config for me

Install

$ yarn add stylelint-config-hd -D

Usage

Add stylelint config to your package.json:

"stylelint": {
        "extends": "stylelint-config-hd"
}

vscode

Install esbenp.prettier-vscode

{
    "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