contract-query/frontend/node_modules/is-async-function/.eslintrc
2025-08-14 15:03:33 -05:00

9 lines
80 B
Text

{
"root": true,
"extends": "@ljharb",
"rules": {
"no-new-func": 1,
},
}