retropilot-client/.eslintrc.json

10 lines
112 B
JSON
Raw Normal View History

2022-01-05 15:51:23 -07:00
{
"extends": [
"react-app",
"react-app/jest"
2022-01-07 10:35:31 -07:00
],
"rules": {
"no-trailing-spaces": "warn"
}
2022-01-05 15:51:23 -07:00
}