http://gothub.nowhevi57f4lxxd6db43miewcsgtovakbh6v5f52ci7csc2yjzy5rnid.onion/microsoft/vscode/blob/main/eslint.config.js
'src/vs/base/electron-sandbox' will be able 890 // to import '{common,browser,electron-sanbox}', etc. 891 // 892 // It is possible to use /~ in the restrictions property even without using it in 893 // the target property by adding a layer property. 894 { 895 'target' : 'src/vs/base/~' , 896 'restrictions' : [ 897 'vs/base/~' 898 ] 899 } , 900 { 901 'target' : 'src/vs/base/parts/*/~' , 902 'restrictions' : [ 903 'vs/base/~' , 904 'vs/base/parts/*/~' 905 ] 906 } , 907 { 908 'target' : 'src/vs/platform/*/~'...