1 Star 0 Fork 0

helloyangxp/exceljs

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
guyonroche 提交于 2017-05-18 01:13 +08:00 . quote-props
{
"extends": "airbnb",
"rules": {
"max-len": [1, 160, 2, {"ignoreComments": true}],
"semi": ["error", "always"],
"object-property-newline": ["off", { "allowMultiplePropertiesPerLine": true }],
"func-names": ["off", "never"],
"space-before-function-paren": ["error", "never"],
"no-trailing-spaces": ["error", { "skipBlankLines": true }],
"no-mixed-operators": ["error", {"allowSamePrecedence": true}],
"linebreak-style": ["off"],
"no-use-before-define": ["error", { "variables": false, "classes": false, "functions": false }],
"no-plusplus": ["off"],
"no-underscore-dangle": ["error", { "allowAfterThis": true, "allowAfterSuper": true }],
"no-multi-assign": ["off"],
"one-var": ["off"],
"one-var-declaration-per-line": ["off"],
"vars-on-top": ["off"],
"no-var": ["off"],
"arrow-parens": ["off"],
"no-prototype-builtins": ["off"],
"no-param-reassign": ["off"],
"prefer-arrow-callback": ["off"],
"comma-dangle": ["off"],
"strict": ["off"],
"indent": ["off"],
"object-shorthand": ["off"],
"prefer-template": ["off"],
"object-curly-spacing": ["off"],
"no-unused-expressions": ["off"],
"global-require": ["off"],
"no-path-concat": ["off"],
"prefer-rest-params": ["off"]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/helloyangxp/exceljs.git
git@gitee.com:helloyangxp/exceljs.git
helloyangxp
exceljs
exceljs
master

搜索帮助