1 Star 0 Fork 1

hn_cs_rengang / wallstreet

forked from Gitee 极速下载 / wallstreet 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 424 Bytes
一键复制 编辑 原始数据 按行查看 历史
Fabian Beuke 提交于 2020-02-29 13:24 . reformat with prettier
module.exports = {
'env': {
'node': true,
'browser': true,
'commonjs': true,
'es6': true
},
'extends': 'eslint:recommended',
'globals': {
'Atomics': 'readonly',
'SharedArrayBuffer': 'readonly'
},
'parserOptions': {
'ecmaVersion': 2018
},
'rules': {
'linebreak-style': [
'error',
'unix'
]
}
}
JavaScript
1
https://gitee.com/213yy/wallstreet.git
git@gitee.com:213yy/wallstreet.git
213yy
wallstreet
wallstreet
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891