Skip to content

Commit 6a5e466

Browse files
committed
fix: linting hopefully
1 parent dc7eb19 commit 6a5e466

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"extends": "../../.eslintrc.json",
3+
"parserOptions": {
4+
"sourceType": "module",
5+
"ecmaVersion": 2018,
6+
"ecmaFeatures": {
7+
"jsx": true
8+
}
9+
}
10+
}

apps/top-flex-box-example/src/App.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { Sandpack } from "@codesandbox/sandpack-react"
22

33
function 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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",

0 commit comments

Comments
 (0)