Skip to content

Commit

Permalink
chore(eslint): deprecate packageManager setting (#2839)
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP authored Sep 30, 2023
1 parent ef3fdf3 commit d0cdbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/server_configurations/eslint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ return {
-- Refer to https://github.com/Microsoft/vscode-eslint#settings-options for documentation.
settings = {
validate = 'on',
packageManager = 'npm',
packageManager = nil,
useESLintClass = false,
experimental = {
useFlatConfig = false,
Expand Down

0 comments on commit d0cdbae

Please sign in to comment.