1 Star 0 Fork 73

wallellen/AKStreamNVR

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.eslintrc.js 491 Bytes
Copy Edit Raw Blame History
a SSC博士-苏子轩 authored 2021-08-11 13:05 . 添加项目文件。
// https://cn.eslint.org/docs/rules/
// https://cn.eslint.org/docs/rules/
module.exports ={
'extends': [
'plugin:react/recommended',
],
"parser": "babel-eslint",
"parserOptions": {
"ecmaFeatures": {
"jsx": true,
"modules": true,
"legacyDecorators": true
}
},
"rules": {
"react/display-name": [0],
"react/prop-types": [0],
},
"settings":{
"react":{
"version":"999.999.999"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/wallellen/AKStreamNVR.git
git@gitee.com:wallellen/AKStreamNVR.git
wallellen
AKStreamNVR
AKStreamNVR
master

Search