UNPKG

239 BPlain TextView Raw
1{
2 "rules": {
3 // disabled because I find it tedious to write tests while following this
4 // rule
5 "no-shadow": 0,
6 // tests uses `t` for tape
7 "id-length": [2, {"min": 2, "properties": "never", "exceptions": ["t"]}]
8 }
9}