使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
npm
/
react-native-navigation
关注
11
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
disable no-console lint
Guy Carmeli
7 年前
父节点
de6a8b2086
当前提交
a1c2f36936
共有
1 个文件被更改
,包括
1 次插入
和
0 次删除
合并视图
显示文件统计
1
0
tslint.json
+ 1
- 0
tslint.json
查看文件
4
"tslint:recommended"
4
"tslint:recommended"
5
],
5
],
6
"jsRules": {
6
"jsRules": {
7
+ "no-console": [false],
7
"quotemark": [
8
"quotemark": [
8
true,
9
true,
9
"single"
10
"single"