UNPKG

repolinter

Version:
30 lines (29 loc) 536 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"] } } } }, "formatOptions": { "hello": "world" } }