From 98e467c44e0b2e6375267c21603757b2e9e53b68 Mon Sep 17 00:00:00 2001 From: lianahus Date: Mon, 29 Nov 2021 18:09:08 +0100 Subject: [PATCH] linter --- libs/remix-ui/editor/src/lib/remix-ui-editor.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libs/remix-ui/editor/src/lib/remix-ui-editor.tsx b/libs/remix-ui/editor/src/lib/remix-ui-editor.tsx index 4470cb5829..b614b73aba 100644 --- a/libs/remix-ui/editor/src/lib/remix-ui-editor.tsx +++ b/libs/remix-ui/editor/src/lib/remix-ui-editor.tsx @@ -102,7 +102,7 @@ export const EditorUI = (props: EditorUIProps) => { const yellowColor = formatColor('--yellow') const pinkColor = formatColor('--pink') const locationColor = '#9e7e08' - //const purpleColor = formatColor('--purple') + // const purpleColor = formatColor('--purple') const dangerColor = formatColor('--danger') const greenColor = formatColor('--green') const orangeColor = formatColor('--orange') @@ -142,7 +142,6 @@ export const EditorUI = (props: EditorUIProps) => { { token: 'keyword.this', foreground: infoColor }, { token: 'keyword.virtual', foreground: infoColor }, - // for state variables { token: 'keyword.constants', foreground: grayColor }, { token: 'keyword.override', foreground: grayColor }, @@ -153,7 +152,6 @@ export const EditorUI = (props: EditorUIProps) => { { token: 'keyword.storage', foreground: locationColor }, { token: 'keyword.calldata', foreground: locationColor }, - // for Events { token: 'keyword.indexed', foreground: yellowColor }, { token: 'keyword.anonymous', foreground: yellowColor },