我有这个字符串:
`${this.new_post.type_to_send}-${this.new_post.france_service}-${this.new_post.service_web}`
我收到 eslint 错误exceeds the maximum line length of...
exceeds the maximum line length of...
我想把这个字符串分成几行。
谢谢你!
javascript eslint
eslint ×1
javascript ×1