blob: 3b085f71eb07a673f251dc637c644c78863df0c3 [file] [log] [blame]
{
"extends": ["react-app", "plugin:prettier/recommended"],
"plugins": ["prettier"],
"rules": {
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/explicit-function-return-type": 0
}
}