Skip to content

Commit b5efb7a

Browse files
committed
fix js build
1 parent a8ce35a commit b5efb7a

File tree

5 files changed

+3655
-176
lines changed

5 files changed

+3655
-176
lines changed

js/.eslintrc.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"env": {
3+
"browser": true,
4+
"node": true,
5+
"es2021": true
6+
},
7+
"extends": ["eslint:recommended", "plugin:react/recommended"],
8+
"overrides": [],
9+
"parserOptions": {
10+
"ecmaVersion": "latest",
11+
"sourceType": "module"
12+
},
13+
"plugins": ["react"],
14+
"rules": {
15+
"react/prop-types": "off"
16+
},
17+
"settings": {
18+
"react": {
19+
"version": "detect"
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)