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"
2
2
3
3
function App ( ) {
4
4
return (
5
- < div id = "editor" >
6
5
< Sandpack
7
6
files = { {
8
7
"styles.css" : {
@@ -48,7 +47,6 @@ function App() {
48
47
theme = { 'dark' }
49
48
template = "static"
50
49
/>
51
- </ div >
52
50
) ;
53
51
}
54
52
Original file line number Diff line number Diff line change 21
21
"@types/jest" : " ^29.5.10" ,
22
22
"axios" : " 1.3.3" ,
23
23
"eslint-config-prettier" : " 8.7.0" ,
24
- "eslint-plugin-react" : " 7.33.2" ,
24
+ "eslint-plugin-react" : " ^ 7.33.2" ,
25
25
"husky" : " 8.0.0" ,
26
26
"jest" : " 29.7.0" ,
27
27
"lint-staged" : " 15.0.2" ,
You can’t perform that action at this time.
0 commit comments