utquidem
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
17 lines (16 loc) • 461 B
JSON
{
"rules": {
"no-param-reassign": "off",
"@typescript-eslint/no-loop-func": "off",
"prefer-destructuring": "off",
"consistent-return": "off",
"max-depth": "off",
"@typescript-eslint/member-ordering": "off",
"max-lines": "off",
"@typescript-eslint/no-base-to-string": "off",
"@typescript-eslint/ban-ts-comment": "off",
"callback-return": "off",
"no-cond-assign": "off",
"react-hooks/rules-of-hooks": "off"
}
}