blob: 559f1913664db0114c7e5c9eabf7935efb7ed7a1 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "root": true,
3
4 "extends": "@ljharb",
5
6 "rules": {
7 "func-name-matching": 0,
8 "new-cap": [2, {
9 "capIsNewExceptions": [
10 "GetIntrinsic",
11 ],
12 }],
13 "no-magic-numbers": 0,
14 },
15}