1 Star 0 Fork 1

chhw / highcharts

forked from Bowen / highcharts 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 542 Bytes
一键复制 编辑 原始数据 按行查看 历史
Torstein Hønsi 提交于 2016-04-06 12:57 . Updated ESLint. Linted.
extends:
"./tools/eslint-default-config.yml"
rules:
camelcase: [2, {"properties": "always"}]
comma-dangle: [2, "never"]
dot-location: [2, "property"]
lines-around-comment: 0
newline-after-var: 0
no-alert: 2
no-console: 2
no-debugger: 2
no-else-return: 2
no-unmodified-loop-condition: 0
object-curly-spacing: [2, "always"]
operator-linebreak: [2, "after"]
space-before-function-paren: [2, {"anonymous": "always", "named": "never"}] # JSLint style
strict: 0
quotes: [2, "single"]
JavaScript
1
https://gitee.com/chhw/highcharts.git
git@gitee.com:chhw/highcharts.git
chhw
highcharts
highcharts
master

搜索帮助