mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
enforce consistent array type definition
This commit is contained in:
@@ -129,6 +129,9 @@ module.exports = {
|
||||
// https://eslint.org/docs/latest/rules/no-undef#handled_by_typescript
|
||||
"no-undef": "error",
|
||||
|
||||
"@typescript-eslint/array-type": ["error", {
|
||||
default: "array"
|
||||
}],
|
||||
"@typescript-eslint/no-unused-vars": [
|
||||
"error",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user