stylelint-config-hd

0.0.4 • Public • Published

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

Package Sidebar

Install

npm i stylelint-config-hd

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • hugomrdias