blob: 9c4ba8cbab4396448236ce10aff5eec900caa8cd [file] [log] [blame]
{
"extends": "../.eslintrc.json",
"rules": {
"no-restricted-syntax": [
"error",
"ForInStatement"
],
"@typescript-eslint/array-type": [
"error",
{
"default": "array"
}
]
}
}