10 Star 35 Fork 6

Ambit / reactie

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 706 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ambit 提交于 2019-01-09 10:27 . chore: allow to use console
{
"env": {
"browser": true,
"node": true,
"commonjs": true,
"es6": true
},
"extends": [
"eslint:recommended"
],
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 2018,
"sourceType": "module"
},
"plugins": [
"react"
],
"rules": {
"indent": [
"error",
"tab"
],
"linebreak-style": [
"error",
"windows"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
],
"no-console": "off"
}
}
JavaScript
1
https://gitee.com/ambit/reactie.git
git@gitee.com:ambit/reactie.git
ambit
reactie
reactie
master

搜索帮助