forked from lix-project/lix-website
15 lines
156 B
Plaintext
15 lines
156 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"id-length": 0,
|
|
"new-cap": [2, {
|
|
"capIsNewExceptions": [
|
|
"GetIntrinsic",
|
|
],
|
|
}],
|
|
},
|
|
}
|