http://gothub.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/freeCodeCamp/freeCodeCamp/blob/main/.eslintrc.json
/e2e/tsconfig.json" 74 ] 75 } , 76 "extends" : [ 77 "plugin:@typescript-eslint/recommended" , 78 "plugin:@typescript-eslint/recommended-requiring-type-checking" , 79 "plugin:import/typescript" 80 ] , 81 "plugins" : [ "@typescript-eslint" ] , 82 "rules" : { 83 "import/no-unresolved" : "off" , 84 "import/named" : 0 , 85 "@typescript-eslint/naming-convention" : "off" 86 } 87 } , 88 { 89 "files" : [ "./client/**/*.test.[jt]s?(x)" ] , 90 "extends" : [ 91 "plugin:testing-library/react" , 92...