Skip to content

Commit 6286564

Browse files
authored
Merge branch 'alpha' into dependabot/npm_and_yarn/jest-environment-jsdom-30.0.4
2 parents e146993 + cfbe239 commit 6286564

File tree

3 files changed

+264
-166
lines changed

3 files changed

+264
-166
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)