1 Star 0 Fork 141

JIAC / dapps

forked from 哆啦好梦 / dapps 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.eslintrc 437 Bytes
Copy Edit Raw Blame History
gaoshuaixing authored 2019-09-03 17:10 . init
{
"extends": "eslint-config-egg",
"plugins": ["prettier"],
"rules": {
"prettier/prettier": ["error"],
"space-before-function-paren": "off",
"array-bracket-spacing": "off",
"no-unused-vars": "off",
"semi": "off",
"comma-dangle": "off",
"arrow-parens": "off",
"generator-star-spacing": "off",
"babel/generator-star-spacing": "off"
},
"globals": {
"use": true,
"Controller": true
}
}
JavaScript
1
https://gitee.com/alanfly/dapps.git
git@gitee.com:alanfly/dapps.git
alanfly
dapps
dapps
master

Search