From e77c5f8bbc9693efee87ec89acb1fd64c5b25622 Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Fri, 14 Jun 2024 23:22:12 -0400 Subject: [PATCH] chore: update lint config --- eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.js b/eslint.config.js index 4947ae725..32f0af156 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -78,6 +78,7 @@ export default [ // Puter GUI Globals "set_menu_item_prop": true, "determine_active_container_parent": true, + "privacy_aware_path": true, } } },