timepiece/node_modules/define-data-property/.eslintrc

25 lines
291 B
Plaintext
Raw Normal View History

2024-05-14 14:54:12 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"complexity": 0,
"id-length": 0,
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
"overrides": [
{
"files": "test/**",
"rules": {
"max-lines-per-function": "off",
},
},
],
}