Skip to content

Commit

Permalink
Remove the ESLint "amd" environment (PR 17055 follow-up)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuffleupagus committed Oct 15, 2023
1 parent d5acbbc commit 93f24dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"browser": true,
"es2022": true,
"worker": true,
"amd": true,
},

"globals": {
Expand Down
1 change: 1 addition & 0 deletions src/pdf.worker.entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* globals require:readonly */
/* eslint-disable import/no-commonjs */

(typeof window !== "undefined"
Expand Down

0 comments on commit 93f24dd

Please sign in to comment.