Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.eslintrc.js 346 Bytes
Copy Edit Raw Blame History
yoojia.chen authored 2017-11-08 14:43 . Stable version, Init for publish
module.exports = {
"env": {
"browser": true
},
"extends": "eslint:recommended",
"rules": {
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"double"
],
"semi": [
"error",
"always"
]
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化