aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eslint.config.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/eslint.config.js b/eslint.config.js
index bb6ca7635..8b0b0f4a5 100644
--- a/eslint.config.js
+++ b/eslint.config.js
@@ -286,8 +286,12 @@ export default [
files: [
"dist/jquery.js",
"dist/jquery.slim.js",
+ "dist/jquery.factory.js",
+ "dist/jquery.factory.slim.js",
"dist-module/jquery.module.js",
- "dist-module/jquery.slim.module.js"
+ "dist-module/jquery.slim.module.js",
+ "dist-module/jquery.factory.module.js",
+ "dist-module/jquery.factory.slim.module.js"
],
languageOptions: {