Skip to content

Commit 7922384

Browse files
committed
Build: add new factory files to dist eslint
1 parent 53cf724 commit 7922384

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

eslint.config.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,12 @@ export default [
286286
files: [
287287
"dist/jquery.js",
288288
"dist/jquery.slim.js",
289+
"dist/jquery.factory.js",
290+
"dist/jquery.factory.slim.js",
289291
"dist-module/jquery.module.js",
290-
"dist-module/jquery.slim.module.js"
292+
"dist-module/jquery.slim.module.js",
293+
"dist-module/jquery.factory.module.js",
294+
"dist-module/jquery.factory.slim.module.js"
291295
],
292296

293297
languageOptions: {

0 commit comments

Comments
 (0)