http://gothub.nowhevi57f4lxxd6db43miewcsgtovakbh6v5f52ci7csc2yjzy5rnid.onion/microsoft/vscode/blob/main/eslint.config.js
**/.eslint-plugin-local/**/*' 30 ] , 31 } , 32 // All files (JS and TS) 33 { 34 languageOptions : { 35 parser : tseslint . parser , 36 } , 37 plugins : { 38 'local' : pluginLocal , 39 'header' : pluginHeader , 40 } , 41 rules : { 42 'constructor-super' : 'warn' , 43 'curly' : 'warn' , 44 'eqeqeq' : 'warn' , 45 'prefer-const' : [ 46 'warn' , 47 { 48 'destructuring' : 'all' 49 } 50 ] , 51 'no-buffer-constructor' : 'warn' , 52 'no-caller' : 'warn' , 53...