mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 07:04:34 +00:00
Start to enable default javscript/typescript lint rules
This enables the recommended rules useConst and useImportType
This commit is contained in:
parent
8d9c041aa4
commit
2bee820ccf
25 changed files with 197 additions and 185 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue