16 Star 88 Fork 19

Gitee 前端组 / keepfast

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 404 Bytes
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2020-06-17 13:22 . first commit
module.exports = {
env: {
commonjs: true,
es6: true,
node: true,
},
extends: [
'airbnb-base',
],
globals: {
Atomics: 'readonly',
SharedArrayBuffer: 'readonly',
},
parserOptions: {
ecmaVersion: 2018,
},
rules: {
semi: 0,
'no-plusplus': 0,
'import/no-dynamic-require': 0,
'comma-dangle': 0,
'no-console': 0,
'global-require': 0
},
};
NodeJS
1
https://gitee.com/gitee-frontend/keepfast.git
git@gitee.com:gitee-frontend/keepfast.git
gitee-frontend
keepfast
keepfast
master

搜索帮助