chore: fix linter errors

This commit is contained in:
KernelDeimos 2024-06-14 22:01:06 -04:00
parent 981066c4a1
commit 2cc1c5ac6c
2 changed files with 3 additions and 7 deletions

View File

@ -75,6 +75,9 @@ export default [
"io": true, // socket.io
"timeago": true, // timeago
"SelectionArea": true, // viselect
// Puter GUI Globals
"set_menu_item_prop": true,
"determine_active_container_parent": true,
}
}
},

View File

@ -311,13 +311,6 @@ class RuntimeEnvironment extends AdvancedBase {
const mod_paths = [];
environment.mod_paths = mod_paths;
// TODO: implement `get_all_suitable_paths_` so we can load mods
// from multiple locations. Note: we'll need to carefully consider
// how this is configured.
if ( false ) if ( mods_path_entry ) {
mod_paths.push(mods_path_entry.path);
}
// If configured, add a user-specified mod path
if ( config.mod_directories ) {
for ( const dir of config.mod_directories ) {