Skip to content

Commit

Permalink
chore: update the formatting on the default palette as this file shou…
Browse files Browse the repository at this point in the history
…ld not include a trailing comma (#3197)
  • Loading branch information
janechu authored May 29, 2020
1 parent 83feecc commit ba1461d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
packages/web-components/fast-components/src/default-palette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const neutralPalette: string[] = [
"#151515",
"#121212",
"#101010",
"#000000",
"#000000"
];
export const accentPalette: string[] = [
"#FFFFFF",
Expand Down Expand Up @@ -192,5 +192,5 @@ export const accentPalette: string[] = [
"#260511",
"#21040E",
"#1C030C",
"#000000",
"#000000"
];
10 changes: 1 addition & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5616,22 +5616,14 @@
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==
dependencies:
"@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/[email protected]":
version "0.0.8"
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194"
Expand Down

0 comments on commit ba1461d

Please sign in to comment.