retropilot-client/.eslintrc.json

7 lines
61 B
JSON
Raw Normal View History

2022-01-05 15:51:23 -07:00
{
"extends": [
"react-app",
"react-app/jest"
]
}