trailing spaces

main
Cameron Clough 2022-01-07 17:35:31 +00:00
parent 2f9e5e905a
commit daa2776857
1 changed files with 4 additions and 1 deletions

View File

@ -2,5 +2,8 @@
"extends": [ "extends": [
"react-app", "react-app",
"react-app/jest" "react-app/jest"
] ],
"rules": {
"no-trailing-spaces": "warn"
}
} }