From 4bd3d6764bfd48c881d9722825309ddb5956c758 Mon Sep 17 00:00:00 2001 From: MCMXC <16797721+mcmxcdev@users.noreply.github.com> Date: Tue, 25 Jul 2023 09:20:43 -0600 Subject: style: reformat all files properly - remove .json from .eslintignore - add type intellisense to .prettierrc.js - install missing @jest/types which is used in jest.config.js - split up typecheck and lint into two separate commands - remove --require-pragma flag from reformat-files which leads to unformatted files - install suggested @types/prop-types and @types/react-loader dependencies - add @ts-expect-error to Loader usages - reformat all scss files automatically with reformat-files command --- src/styles/status-bar-target-url.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles/status-bar-target-url.scss') diff --git a/src/styles/status-bar-target-url.scss b/src/styles/status-bar-target-url.scss index 36f69df28..a324902ae 100644 --- a/src/styles/status-bar-target-url.scss +++ b/src/styles/status-bar-target-url.scss @@ -4,7 +4,7 @@ background: $theme-gray-lighter; border-top-left-radius: 5px; bottom: 0; - box-shadow: 0 0 8px rgba(black, .2); + box-shadow: 0 0 8px rgba(black, 0.2); color: $theme-gray-dark; font-size: 12px; height: auto; -- cgit v1.2.3-70-g09d2