Skip to content

Instantly share code, notes, and snippets.

@nilswindisch
Created January 28, 2017 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nilswindisch/675a72d76153d9d2142c59e5dbc5facf to your computer and use it in GitHub Desktop.
Save nilswindisch/675a72d76153d9d2142c59e5dbc5facf to your computer and use it in GitHub Desktop.
Update stylelint
#!/bin/bash
echo "Updating stylelint globally"
npm update -g stylelint@latest
echo "stylelint updated"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment