5 Star 0 Fork 0

OpenHarmony-SIG/rntpc_react-native-safe-modules

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 946 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"extends": "airbnb",
"env": {
"node": true
},
"ecmaFeatures": {
"arrowFunctions": true,
"blockBindings": true,
"classes": true,
"defaultParams": true,
"destructuring": true,
"forOf": true,
"generators": false,
"modules": true,
"experimentalObjectRestSpread": true,
"objectLiteralComputedProperties": true,
"objectLiteralDuplicateProperties": false,
"objectLiteralShorthandMethods": true,
"objectLiteralShorthandProperties": true,
"restParams": true,
"spread": true,
"superInFunctions": true,
"templateStrings": true,
"jsx": true
},
"rules": {
// Allow console methods, which get removed during build process
"no-console": 0,
"no-use-before-define": 0,
"arrow-body-style": 0,
"new-cap": 0,
// triple equals is required except for when comparing with null
"eqeqeq": [1, "allow-null"]
},
"globals": {
"__DEV__": true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony-sig/rntpc_react-native-safe-modules.git
git@gitee.com:openharmony-sig/rntpc_react-native-safe-modules.git
openharmony-sig
rntpc_react-native-safe-modules
rntpc_react-native-safe-modules
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385