Start to enable default javscript/typescript lint rules

This enables the recommended rules useConst and useImportType
This commit is contained in:
Nigel Breslaw 2024-09-12 16:08:52 +02:00 committed by GitHub
parent 8d9c041aa4
commit 2bee820ccf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 197 additions and 185 deletions

View file

@ -1,7 +1,7 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0
import { URI as LspURI } from "vscode-languageserver-types";
import type { URI as LspURI } from "vscode-languageserver-types";
import * as vscode from "vscode";
// Use the auto-registered VSCode command for the custom executables offered