Fix linting code problems
This commit is contained in:
parent
72db1efa83
commit
013ecd6fe6
|
@ -21,9 +21,7 @@ module.exports = (options, cb) ->
|
|||
# jshint ignore: start
|
||||
ic = options.indent_char
|
||||
if options.indent_with_tabs is 0 or options.indent_with_tabs is 1 or options.indent_with_tabs is 2
|
||||
|
||||
|
||||
# Ignore indent_char option
|
||||
null # Ignore indent_char option
|
||||
else if ic is " "
|
||||
options.indent_with_tabs = 0 # Spaces only
|
||||
else if ic is "\t"
|
||||
|
|
Loading…
Reference in New Issue