Skip to content

Commit 995301e

Browse files
committed
Enable eslint for debugger
1 parent 2817fcb commit 995301e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rust/cubesql/cubesql/egraph-debug-template/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"prettier": "3.3.3",
2020
"react-scripts": "5.0.1"
2121
},
22+
"eslintConfig": {
23+
"extends": [
24+
"react-app"
25+
]
26+
},
2227
"prettier": {
2328
"singleQuote": true,
2429
"tabWidth": 4

0 commit comments

Comments
 (0)