Skip to content

Commit

Permalink
Build: add new factory files to dist eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Sep 20, 2023
1 parent 53cf724 commit 7922384
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion eslint.config.js
Expand Up @@ -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: {
Expand Down

0 comments on commit 7922384

Please sign in to comment.