Browse Source

ci(eslint): Remove jquery from env list (#82561)

The `vendor.js` file mentioned is gone now.
Ryan Albrecht 2 months ago
parent
commit
0f88319145
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .eslintrc.js

+ 0 - 1
.eslintrc.js

@@ -789,7 +789,6 @@ module.exports = {
     browser: true,
     es6: true,
     jest: true,
-    jquery: true, // hard-loaded into vendor.js
   },
 
   globals: {