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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    2
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i stylelint-config-hd

Weekly Downloads

2

Version

0.0.4

License

MIT

Last publish

Collaborators

  • hugomrdias