From ba1461db7e8ac2160d278b933dfa53d95e73aa8a Mon Sep 17 00:00:00 2001 From: Jane Chu <7559015+janechu@users.noreply.github.com> Date: Fri, 29 May 2020 08:28:49 -0700 Subject: [PATCH] chore: update the formatting on the default palette as this file should not include a trailing comma (#3197) --- .prettierignore | 1 + .../fast-components/src/default-palette.ts | 4 ++-- yarn.lock | 10 +--------- 3 files changed, 4 insertions(+), 11 deletions(-) create mode 100644 .prettierignore diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 00000000000..1b428b6629b --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +packages/web-components/fast-components/src/default-palette.ts diff --git a/packages/web-components/fast-components/src/default-palette.ts b/packages/web-components/fast-components/src/default-palette.ts index 49d5c7c265d..42c62848600 100644 --- a/packages/web-components/fast-components/src/default-palette.ts +++ b/packages/web-components/fast-components/src/default-palette.ts @@ -96,7 +96,7 @@ export const neutralPalette: string[] = [ "#151515", "#121212", "#101010", - "#000000", + "#000000" ]; export const accentPalette: string[] = [ "#FFFFFF", @@ -192,5 +192,5 @@ export const accentPalette: string[] = [ "#260511", "#21040E", "#1C030C", - "#000000", + "#000000" ]; diff --git a/yarn.lock b/yarn.lock index 9ed0bd3414d..5fa905dac1c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5616,7 +5616,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^16.3.0", "@types/react@^16.4.18", "@types/react@^16.7.17", "@types/react@^16.8.0", "@types/react@^16.8.19": +"@types/react@*", "@types/react@^16.3.0", "@types/react@^16.4.18", "@types/react@^16.7.17", "@types/react@^16.8.0", "@types/react@^16.8.19", "@types/react@^16.9.17": version "16.9.11" resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.11.tgz#70e0b7ad79058a7842f25ccf2999807076ada120" integrity sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ== @@ -5624,14 +5624,6 @@ "@types/prop-types" "*" csstype "^2.2.0" -"@types/react@^16.9.17": - version "16.9.35" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.35.tgz#a0830d172e8aadd9bd41709ba2281a3124bbd368" - integrity sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ== - dependencies: - "@types/prop-types" "*" - csstype "^2.2.0" - "@types/resolve@0.0.8": version "0.0.8" resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194"