Files
novarix.uk/node_modules/set-function-name/.eslintrc
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

22 lines
284 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
"no-extra-parens": "off",
},
"overrides": [
{
"files": ["test/**/*.js"],
"rules": {
"id-length": "off",
"multiline-comment-style": "off",
"no-empty-function": "off",
},
},
],
}