16 lines
177 B
Plaintext
16 lines
177 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"new-cap": [2, {
|
|
"capIsNewExceptions": [
|
|
"HasOwnProperty",
|
|
"ToObject",
|
|
"ToPropertyKey",
|
|
],
|
|
}],
|
|
},
|
|
}
|