0.0.10
This commit is contained in:
parent
9260d7f508
commit
d14e999d04
5 changed files with 163 additions and 171 deletions
7
index.ts
7
index.ts
|
|
@ -20,7 +20,12 @@ export const configTypescriptNavigateur: ReadonlyArray<Linter.Config> = defineCo
|
|||
{
|
||||
languageOptions: {
|
||||
ecmaVersion: "latest",
|
||||
globals: { ...globals.browser, ...globals.builtin, ...globals.es2026, ...globals.node },
|
||||
globals: {
|
||||
...globals.browser,
|
||||
...globals.builtin,
|
||||
...globals.es2026,
|
||||
...globals.node,
|
||||
},
|
||||
parserOptions: {
|
||||
ecmaVersion: "latest",
|
||||
projectService: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue