Skip to content

Commit cb3a8d1

Browse files
committed
fix(lint): add global declarations for Node.js script
- Add /* global console, process */ to generate-icons.mjs - Fixes ESLint no-undef errors in flat config
1 parent 90b1cb0 commit cb3a8d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/webapp/scripts/generate-icons.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env node
2+
/* global console, process */
23

34
/**
45
* PWA Icon Generator for Docs.plus

0 commit comments

Comments
 (0)