http://gothub.dev.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/freeCodeCamp/freeCodeCamp/blob/main/.eslintrc.json
GotHub (dev) 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 "...