Files
tekelanew_acs/acs/nladmin-ui/node_modules/is-generator-function/.eslintrc

10 lines
79 B
Plaintext
Raw Normal View History

2024-12-03 17:40:13 +08:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"no-new-func": 1
},
}