mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
// file generated from PHP53Schema.xml using php-exclude_generate_php_globals.js
|
||||
|
||||
export interface IEntry { description?: string; signature?: string; }
|
||||
export interface IEntries { [name: string]: IEntry; }
|
||||
export interface IEntry { description?: string; signature?: string }
|
||||
export interface IEntries { [name: string]: IEntry }
|
||||
|
||||
export const globalvariables: IEntries = {
|
||||
$GLOBALS: {
|
||||
|
||||
Reference in New Issue
Block a user