mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 10:22:16 +00:00
14 lines
241 B
JSON
14 lines
241 B
JSON
{
|
|
"root": true,
|
|
"extends": ["@freecodecamp/eslint-config", "prettier", "prettier/react"],
|
|
"plugins": ["prettier"],
|
|
"rules": {
|
|
"prettier/prettier": "error"
|
|
},
|
|
"settings": {
|
|
"react": {
|
|
"version": "16.4.2"
|
|
}
|
|
}
|
|
}
|