Skip to content

Commit c65f6d1

Browse files
committed
fix: update jsdoc defined types
1 parent 610dd95 commit c65f6d1

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

eslint.config.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,19 @@ module.exports = tseslint.config({
7070
"AuthProvider",
7171
"AsyncStorage",
7272
"LocalDatastoreController",
73-
"Parse"
73+
"Parse",
74+
"Parse.ACL",
75+
"Parse.CLP",
76+
"Parse.Error",
77+
"Parse.File",
78+
"Parse.GeoPoint",
79+
"Parse.Object",
80+
"Parse.Op",
81+
"Parse.Query",
82+
"Parse.Relation",
83+
"Parse.Role",
84+
"Parse.User",
85+
"Parse.setAsyncStorage"
7486
]
7587
}
7688
]

0 commit comments

Comments
 (0)