http://gothub.nowhevi57f4lxxd6db43miewcsgtovakbh6v5f52ci7csc2yjzy5rnid.onion/microsoft/vscode/blob/main/eslint.config.js
Resolve targetWindow with DOM.getWindow(element) or DOM.getActiveWindow() or use the predefined mainWindow constant.' 736 } 737 ] 738 } 739 } , 740 // electron-utility layer 741 { 742 files : [ 743 'src/**/electron-utility/**/*.ts' 744 ] , 745 languageOptions : { 746 parser : tseslint . parser , 747 } , 748 rules : { 749 'no-restricted-imports' : [ 750 'warn' , 751 { 752 'paths' : [ 753 { 754 'name' : 'electron' , 755 'allowImportNames' : [ 756 'net' , 757 'system-preferences' , 758 ] , 759 'message' :...