UNPKG

repolinter

Version:
27 lines (26 loc) 489 B
{ "$schema": "../../rulesets/schema.json", "version": 2, "axioms": {}, "rules": { "readme-file-exists": { "level": "error", "rule": { "type": "file-existence", "options": { "globsAny": ["README*"], "nocase": true } } }, "test-file-exists": { "level": "error", "rule": { "type": "file-existence", "options": { "globsAny": ["lint_tests.js"] } } } } }