forge/tools/.eslintrc.json

10 строки
185 B
JSON

{
"rules": {
"import/no-extraneous-dependencies": "off",
"no-await-in-loop": "off",
"no-console": "off",
"no-continue": "off",
"no-restricted-syntax": "off"
}
}