mirror of
https://github.com/HeyPuter/puter
synced 2024-11-13 21:52:23 +00:00
chore: add Buffer to eslint
This commit is contained in:
parent
edc5743a61
commit
2a91edb965
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user