blob: 1ac0d47b38544da0d7c023a05e0e707bb29a6a4d [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "rules": {
3 "max-statements-per-line": [2, { "max": 2 }],
4 "no-restricted-properties": 0,
5 "symbol-description": 0,
6 }
7}