UNPKG

repolinter

Version:
24 lines (23 loc) 431 B
{ "$schema": "../../rulesets/schema.json", "version": 2, "axioms": {}, "rules": { "test-file-exists": { "level": "error", "rule": { "type": "file-existence", "options": { "globsAny": ["repolinter_tests.js"] } }, "fix": { "type": "file-create", "options": { "file": "fixed.txt", "text": "hello!" } } } } }