1 Star 2 Fork 0

qwfys / ali-oss

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
罗章 提交于 2019-01-07 11:37 . Request pay 6.x (#583)
/* eslint max-len: [0] */
module.exports = {
extends: 'airbnb',
env: {
browser: true,
node: true,
es6: true,
mocha: true,
jasmine: true,
jest: true,
},
rules: {
indent: ['error', 2],
// override default options
'no-underscore-dangle': [0],
'no-plusplus': [0],
'no-return-await':[0],
'no-param-reassign': [0],
'max-len': ['warn', 120, 2, {
ignoreUrls: true,
ignoreComments: false,
ignoreRegExpLiterals: true,
ignoreStrings: true,
ignoreTemplateLiterals: true,
}],
// wait node version >= 5.10.0 will start this rule
'no-buffer-constructor': [0],
"comma-dangle": [2, "never"]
}
};
JavaScript
1
https://gitee.com/qwfys/ali-oss.git
git@gitee.com:qwfys/ali-oss.git
qwfys
ali-oss
ali-oss
master

搜索帮助