12 Star 145 Fork 62

a SSC博士-苏子轩 / AKStreamNVR

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 491 Bytes
一键复制 编辑 原始数据 按行查看 历史
a SSC博士-苏子轩 提交于 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"
}
}
}
TypeScript
1
https://gitee.com/sscboshi/AKStreamNVR.git
git@gitee.com:sscboshi/AKStreamNVR.git
sscboshi
AKStreamNVR
AKStreamNVR
master

搜索帮助