http://gothub.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/freeCodeCamp/freeCodeCamp/blob/main/.eslintrc.json
GotHub (master) Explore About Source code Back to freeCodeCamp/freeCodeCamp .eslintrc.json Raw 1 { 2 "env" : { 3 "es6" : true , 4 "browser" : true , 5 "mocha" : true , 6 "node" : true , 7 "jest" : true 8 } , 9 "parser" : "@babel/eslint-parser" , 10 "parserOptions" : { 11 "babelOptions" : { 12 "presets" : [ "@babel/preset-react" ] 13 } 14 } , 15 "root" : true , 16 "extends" : [ 17 "eslint:recommended" , 18 "plugin:react/recommended" , 19 "plugin:react-hooks/recommended" , 20 "plugin:import/recommended" , 21...