1 Star 0 Fork 35

装饰别人梦的风景/bilibili-react

forked from WhiteBlue/bilibili-react 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 377 Bytes
一键复制 编辑 原始数据 按行查看 历史
WhiteBlue 提交于 2016-01-02 13:29 . file add
{
"parser": "babel-eslint",
"plugins": [
"react"
],
"ecmaFeatures": {
"modules": true,
"jsx": true
},
"env": {
"browser": true,
"es6": true,
"node": true,
"mocha": true
},
"rules": {
"quotes": [
2,
"single"
],
"eqeqeq": [
2,
"smart"
],
"space-after-keywords": 2,
"no-console": 1
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/huahuachen/bilibili-react.git
[email protected]:huahuachen/bilibili-react.git
huahuachen
bilibili-react
bilibili-react
master

搜索帮助