mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 17:14:58 -05:00
Build: Fix the regex removing the ESLint comment from wrapper.js
The new regex from after the switch from JSHint to ESLint wasn't catching the ESLint pragma correctly. Also, the spacing of the pragma comment was updated to match other comments.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*eslint-disable no-unused-vars*/
|
||||
/* eslint-disable no-unused-vars*/
|
||||
/*!
|
||||
* jQuery JavaScript Library v@VERSION
|
||||
* https://jquery.com/
|
||||
|
||||
Reference in New Issue
Block a user