mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-26 21:09:08 +08:00
Add full support for biome (#4705)
* Revert "Add biome support for javascript (#4701)"
This reverts commit 8922478a83.
* Add support for biome
This commit is contained in:
14
test/linter/test_typescript_biome.vader
Normal file
14
test/linter/test_typescript_biome.vader
Normal file
@@ -0,0 +1,14 @@
|
||||
Before:
|
||||
call ale#assert#SetUpLinterTest('typescript', 'biome')
|
||||
call ale#test#SetFilename('test.ts')
|
||||
|
||||
After:
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
Execute(The default biome command should be correct):
|
||||
AssertLinter 'biome', ale#Escape('biome') . ' lsp-proxy'
|
||||
|
||||
Execute(The biome command should accept options):
|
||||
let b:ale_biome_options = '--foobar'
|
||||
|
||||
AssertLinter 'biome', ale#Escape('biome') . ' lsp-proxy --foobar'
|
||||
Reference in New Issue
Block a user