File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
apps/top-flex-box-example Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " ../../.eslintrc.json" ,
3+ "parserOptions" : {
4+ "sourceType" : " module" ,
5+ "ecmaVersion" : 2018 ,
6+ "ecmaFeatures" : {
7+ "jsx" : true
8+ }
9+ }
10+ }
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { Sandpack } from "@codesandbox/sandpack-react"
22
33function App ( ) {
44 return (
5- < div id = "editor" >
65 < Sandpack
76 files = { {
87 "styles.css" : {
@@ -48,7 +47,6 @@ function App() {
4847 theme = { 'dark' }
4948 template = "static"
5049 />
51- </ div >
5250 ) ;
5351}
5452
Original file line number Diff line number Diff line change 2121 "@types/jest" : " ^29.5.10" ,
2222 "axios" : " 1.3.3" ,
2323 "eslint-config-prettier" : " 8.7.0" ,
24- "eslint-plugin-react" : " 7.33.2" ,
24+ "eslint-plugin-react" : " ^ 7.33.2" ,
2525 "husky" : " 8.0.0" ,
2626 "jest" : " 29.7.0" ,
2727 "lint-staged" : " 15.0.2" ,
You can’t perform that action at this time.
0 commit comments