mirror of
https://github.com/HeyPuter/puter.git
synced 2026-02-13 01:09:18 -06:00
chore: add Buffer to eslint
This commit is contained in:
@@ -55,6 +55,9 @@ export default [
|
||||
globals: {
|
||||
...globals.browser,
|
||||
...globals.commonjs,
|
||||
// Weird false positives
|
||||
"Buffer": true,
|
||||
// Puter Common
|
||||
"puter": true,
|
||||
"i18n": true,
|
||||
"html_encode": true,
|
||||
|
||||
Reference in New Issue
Block a user