ThisIsManta / stylus-supremacy

A Node.js script that helps formatting Stylus files.
https://thisismanta.github.io/stylus-supremacy
MIT License
88 stars 9 forks source link

Pre commit hook #98

Closed fabien-michel closed 1 year ago

fabien-michel commented 1 year ago

Make github repo a pre-commit hook.

Usage: .pre-commit-config.yaml

repos:
  - repo: https://github.com/ThisIsManta/stylus-supremacy
    rev: v2.15.0
    hooks:
      - id: stylus-supremacy
        args: ['--options', ".stylus-supremacy.yaml"]