File ".eslintrc"
Full Path: /var/www/html/gitep_front/node_modules/gopd/.eslintrc
File size: 224 bytes
MIME-type: application/json
Charset: utf-8
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-style": [2, "declaration"],
"id-length": 0,
"multiline-comment-style": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}