mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Use JSON output for eslint and fix tsserver column
This commit is contained in:
@@ -249,7 +249,7 @@ Execute(Buffer ignore lists should be applied for tsserver):
|
||||
\ 'nr': 1005,
|
||||
\ 'code': '1005',
|
||||
\ 'type': 'E',
|
||||
\ 'end_col': 15,
|
||||
\ 'end_col': 14,
|
||||
\ 'end_lnum': 2,
|
||||
\ 'text': ''','' expected.',
|
||||
\ },
|
||||
@@ -344,7 +344,7 @@ Execute(ale_disable_lsp should be applied for tsserver):
|
||||
\ 'nr': 1005,
|
||||
\ 'code': '1005',
|
||||
\ 'type': 'E',
|
||||
\ 'end_col': 15,
|
||||
\ 'end_col': 14,
|
||||
\ 'end_lnum': 2,
|
||||
\ 'text': ''','' expected.',
|
||||
\ },
|
||||
|
||||
Reference in New Issue
Block a user