timepiece/node_modules/is-descriptor/.eslintrc

17 lines
183 B
Plaintext
Raw Normal View History

2024-05-14 14:54:12 +00:00
{
"extends": "@ljharb",
"rules": {
"func-style": "warn",
},
"overrides": [
{
"files": "test/**/*.js",
"rules": {
"max-lines-per-function": "off",
},
},
],
}