fix
This commit is contained in:
parent
3483e628f6
commit
edda8b6989
1 changed files with 6 additions and 3 deletions
|
@ -8,11 +8,14 @@ engines:
|
||||||
enabled: true
|
enabled: true
|
||||||
config:
|
config:
|
||||||
languages:
|
languages:
|
||||||
count_threshold: 3 # rule of three
|
# rule of three
|
||||||
|
count_threshold: 3
|
||||||
ruby:
|
ruby:
|
||||||
mass_threshold: 66 # default: 18
|
# default: 18
|
||||||
|
mass_threshold: 66
|
||||||
javascript:
|
javascript:
|
||||||
mass_threshold: 80 # default: 40
|
# default: 40
|
||||||
|
mass_threshold: 80
|
||||||
eslint:
|
eslint:
|
||||||
enabled: true
|
enabled: true
|
||||||
channel: "eslint-3"
|
channel: "eslint-3"
|
||||||
|
|
Loading…
Reference in a new issue