mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-08 19:42:27 +08:00
18 lines
183 B
Plaintext
18 lines
183 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"globals": {
|
|
"DataView": false
|
|
},
|
|
|
|
"rules": {
|
|
"new-cap": ["error", {
|
|
"capIsNewExceptions": [
|
|
"GetIntrinsic",
|
|
],
|
|
}],
|
|
},
|
|
}
|