mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
10 lines
210 B
JSON
10 lines
210 B
JSON
{
|
|
"extends": ["plugin:react/recommended", "@freecodecamp/eslint-config"],
|
|
"rules": { "no-shadow": 0, "react/no-unescaped-entities": 0 },
|
|
"settings": {
|
|
"react": {
|
|
"version": "16.4.2"
|
|
}
|
|
}
|
|
}
|