nixos/home/ags/node_modules/set-function-name/.eslintrc
2025-02-27 02:26:55 +01:00

21 lines
284 B
Text

{
"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",
},
},
],
}