Skip to content

Commit cfbe239

Browse files
refactor: Bump eslint-plugin-jsdoc from 50.7.1 to 51.3.3 (#2673)
1 parent 79f7df6 commit cfbe239

File tree

3 files changed

+51
-29
lines changed

3 files changed

+51
-29
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
]

package-lock.json

Lines changed: 37 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"cross-env": "7.0.2",
6464
"eslint": "9.29.0",
6565
"eslint-plugin-expect-type": "0.6.2",
66-
"eslint-plugin-jsdoc": "50.7.1",
66+
"eslint-plugin-jsdoc": "51.3.3",
6767
"express": "5.1.0",
6868
"gulp": "5.0.1",
6969
"gulp-babel": "8.0.0",

0 commit comments

Comments
 (0)