Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 324 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 324 Bytes

Mirror for cspell

Mirroring cspell.

Built to be deployed with pre-commit.

Usage

Add this entry in your .pre-commit-config.

repos:
  ...
  - repo: git://github.com/intence/cspell-mirror.git
    rev: 1.0.0
    hooks:
      - id: cspell
  ...