mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
chore: fix linter errors
This commit is contained in:
parent
981066c4a1
commit
2cc1c5ac6c
@ -75,6 +75,9 @@ export default [
|
|||||||
"io": true, // socket.io
|
"io": true, // socket.io
|
||||||
"timeago": true, // timeago
|
"timeago": true, // timeago
|
||||||
"SelectionArea": true, // viselect
|
"SelectionArea": true, // viselect
|
||||||
|
// Puter GUI Globals
|
||||||
|
"set_menu_item_prop": true,
|
||||||
|
"determine_active_container_parent": true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -311,13 +311,6 @@ class RuntimeEnvironment extends AdvancedBase {
|
|||||||
const mod_paths = [];
|
const mod_paths = [];
|
||||||
environment.mod_paths = 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 configured, add a user-specified mod path
|
||||||
if ( config.mod_directories ) {
|
if ( config.mod_directories ) {
|
||||||
for ( const dir of config.mod_directories ) {
|
for ( const dir of config.mod_directories ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user