mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-14 21:13:49 +00:00
added eslint for linting JS in php files
This commit is contained in:
parent
f7e753013c
commit
3efbd7cbd3
@ -8,6 +8,7 @@ return {
|
|||||||
lint.linters_by_ft = {
|
lint.linters_by_ft = {
|
||||||
javascript = { 'eslint' },
|
javascript = { 'eslint' },
|
||||||
typescript = { 'eslint' },
|
typescript = { 'eslint' },
|
||||||
|
php = { 'eslint' },
|
||||||
markdown = { 'markdownlint' },
|
markdown = { 'markdownlint' },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user