Edit File: .eslintrc
{ "root": true, "extends": "@ljharb", "rules": { "max-statements": [2, 12], }, }
Back to File Manager