Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Jan 24, 2022
1 parent e2b6f35 commit dd2ede8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions packages/cra-template-pwa-typescript/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
"workbox-streams": "^6.4.2"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
"extends": ["react-app", "react-app/jest"]
}
}
}
5 changes: 1 addition & 4 deletions packages/cra-template-pwa/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
"workbox-streams": "^6.4.2"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
"extends": ["react-app", "react-app/jest"]
}
}
}

0 comments on commit dd2ede8

Please sign in to comment.