1 Star 0 Fork 246

pyj / chameleon

forked from DiDi-opensource / chameleon 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 345 Bytes
一键复制 编辑 原始数据 按行查看 历史
JiM-W 提交于 2019-12-27 11:38 . test: eslint修改
module.exports = {
root:true,
env: {
browser: true,
es6: true,
},
extends: [
'standard',
],
globals: {
Atomics: 'readonly',
SharedArrayBuffer: 'readonly'
},
parserOptions: {
ecmaVersion: 2018,
parser:'babel-eslint'
},
rules: {
'semi':[2,'always']
}
}
JavaScript
1
https://gitee.com/pyjzl/chameleon.git
git@gitee.com:pyjzl/chameleon.git
pyjzl
chameleon
chameleon
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891