Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b5efb7a

Browse filesBrowse files
committed
fix js build
1 parent a8ce35a commit b5efb7a
Copy full SHA for b5efb7a

File tree

Expand file treeCollapse file tree

5 files changed

+3655
-176
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+3655
-176
lines changed

‎js/.eslintrc.json

Copy file name to clipboard
+22Lines changed: 22 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.