Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stylelint-config-wombat

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-wombat

Recommended Common Wombat config for stylelint

  • 2.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source

stylelint-config-wombat

Installation

  1. Installation

    yarn

    yarn add -D stylelint@^13.6.1 stylelint-config-wombat
    

    styled-components

    yarn add -D stylelint@^13.6.1 stylelint-config-wombat stylelint-processor-styled-components stylelint-config-styled-components
    
  2. update .stylelintrc

    {
      "extends": [
        "stylelint-config-wombat"
      ]
      ...
    }
    

    styled-components

    {
      "extends": [
        "stylelint-config-wombat/styled-components"
      ]
      ...
    }
    
  3. Add script to package.json

    "scripts": {
      ...
      "lint:styles": "stylelint src/**/*.{js,jsx,tsx}",
    }  
    

Publishing

  1. Be repo Maintainer.
  2. Merging branch develop to master via Merge Request.
  3. Switch locally to master branch
  4. run yarn run createNewVersion
  5. Select new version
  6. after publication is completed make sure that everything is pushed to gitlab
  7. merge master to develop(without creating Merge Request)
  8. done

Keywords

FAQs

Package last updated on 16 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc