update 关闭警告
This commit is contained in:
@@ -14,12 +14,13 @@
|
||||
"echarts": "^5.1.2",
|
||||
"jsencrypt": "^3.2.0",
|
||||
"lodash": "^4.17.21",
|
||||
"monaco-editor": "^0.24.0",
|
||||
"monaco-editor-webpack-plugin": "^3.1.0",
|
||||
"monaco-editor": "^0.25.1",
|
||||
"monaco-editor-webpack-plugin": "^4.0.0",
|
||||
"nprogress": "^0.2.0",
|
||||
"photoswipe": "^4.1.3",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-monaco-editor": "^0.43.0",
|
||||
"react-router": "^5.2.0",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-scripts": "4.0.3",
|
||||
@@ -39,7 +40,8 @@
|
||||
"react-app/jest"
|
||||
],
|
||||
"rules": {
|
||||
"eqeqeq": "off"
|
||||
"eqeqeq": "off",
|
||||
"no-unused-vars": "off"
|
||||
}
|
||||
},
|
||||
"browserslist": {
|
||||
@@ -54,4 +56,4 @@
|
||||
"last 1 safari version"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user