Skip to content

Commit 808a24f

Browse files
committed
fixup! set ecmaversion and source type on min file
1 parent fb558ae commit 808a24f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

eslint.config.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ export default [
172172
{
173173
files: [ "dist/jquery-migrate.js" ],
174174
languageOptions: {
175-
ecmaVersion: 5,
176-
sourceType: "script",
177175
globals: {
178176
define: false,
179177
jQuery: false,
@@ -191,5 +189,13 @@ export default [
191189
"no-multiple-empty-lines": "off",
192190
"one-var": "off"
193191
}
192+
},
193+
194+
{
195+
files: [ "dist/**" ],
196+
languageOptions: {
197+
ecmaVersion: 5,
198+
sourceType: "script"
199+
}
194200
}
195201
];

0 commit comments

Comments
 (0)