We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb558ae commit 808a24fCopy full SHA for 808a24f
eslint.config.js
@@ -172,8 +172,6 @@ export default [
172
{
173
files: [ "dist/jquery-migrate.js" ],
174
languageOptions: {
175
- ecmaVersion: 5,
176
- sourceType: "script",
177
globals: {
178
define: false,
179
jQuery: false,
@@ -191,5 +189,13 @@ export default [
191
189
"no-multiple-empty-lines": "off",
192
190
"one-var": "off"
193
}
+ },
+
194
+ {
195
+ files: [ "dist/**" ],
196
+ languageOptions: {
197
+ ecmaVersion: 5,
198
+ sourceType: "script"
199
+ }
200
201
];
0 commit comments