Skip to content

Commit

Permalink
Fix eslint linting
Browse files Browse the repository at this point in the history
  • Loading branch information
indrekj committed Jul 24, 2024
1 parent 1931e80 commit bb25be9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .config/nvim/coc-settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"typescript.suggestionActions.enabled": false,
"javascript.suggestionActions.enabled": false,
"suggest.noselect": true,
"elixirLS.projectDir": "elixir"
"elixirLS.projectDir": "elixir",
"eslint.packageManager": "pnpm"
}
2 changes: 1 addition & 1 deletion .config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ filetype plugin indent on

" Check / Format when writing a buffer (no delay).
call neomake#configure#automake('w')
let g:neomake_javascript_eslint_exe = nrun#Which('eslint')
let g:neomake_javascript_enabled_makers = [] " We use Coc
let g:neomake_ruby_enabled_makers = ['mri', 'rubocop']

" Disable sounds in mac
Expand Down

0 comments on commit bb25be9

Please sign in to comment.