Skip to content

Commit

Permalink
Support ESLint 9 flat config (#72)
Browse files Browse the repository at this point in the history
* bump server

* apply fix for vscode-eslint/issues/1885

* remove white space

* remove "scope", bump server to include fixes, and remove experimental.useConfig from settings

* remove timeBudget options
  • Loading branch information
predragnikolic authored Jul 2, 2024
1 parent 1e61688 commit 356d5b3
Show file tree
Hide file tree
Showing 5 changed files with 1,821 additions and 865 deletions.
10 changes: 5 additions & 5 deletions LSP-eslint.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"codeActionOnSave.enable": true,
// Specifies the code action mode. Possible values are 'all' and 'problems'.
"codeActionOnSave.mode": "all",
// Enables support for experimental Flat Config (aka `eslint.config.js`, supported by ESLint version 8.21 or later).
"experimental.useFlatConfig": false,
// The rules that should be executed when computing the code actions on save or formatting a file.
// Defaults to the rules configured via the ESLint configuration.
// An empty array results in no rules being considered.
Expand Down Expand Up @@ -82,18 +80,20 @@
// }
// ```
"options": {},
// The package manager you use to install node modules.
// Possible values: `npm`, `yarn`, `pnpm`
"packageManager": "npm",

// An array of language ids for which the plugin should probe if support is installed.
"probe": [
"astro",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"html",
"mdx",
"vue",
"markdown",
"json",
"jsonc"
],
// Shortens the text spans of underlined problems to their first related line.
"problems.shortenToSingleLine": false,
Expand Down
Loading

0 comments on commit 356d5b3

Please sign in to comment.