In my Angular2 App I'm importing one component like this:
import { PersonsSingleAccountComponent} from
'../persons-information/fragments/persons-single-account/persons-single-account-bookings/persons-single-account-bookings.component'
It is giving me the lint error "Exceeds maximum line character". If I try to give the statement in ``(backtick) it is throwing an error.
How can I solve this lint error?
persons-information
folder, is it essential to prefixpersons
to all single folder ? some hint concerning your issue : github.com/madskristensen/WebEssentials2013/issues/667 or #21869175 – Subjective