Skip to content

Commit

Permalink
chore(format): format Popover, Listbox files (#13284)
Browse files Browse the repository at this point in the history
* chore(format): format Popover file

* chore(format): format ListBox files

* chore(format): update format command
  • Loading branch information
tw15egan committed Mar 2, 2023
1 parent e1d4884 commit 07b5f48
Show file tree
Hide file tree
Showing 19 changed files with 595 additions and 512 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"ci-check": "carbon-cli ci-check",
"clean": "lerna run clean && lerna clean --yes && rimraf node_modules",
"doctoc": "doctoc --title '## Table of Contents'",
"format": "prettier --cache --write '**/*.{js,md,scss,ts}' '!**/{build,es,lib,storybook,ts,umd}/**'",
"format:diff": "prettier --cache --list-different '**/*.{js,md,scss,ts}' '!**/{build,es,lib,storybook,ts,umd}/**' '!packages/components/**'",
"format": "prettier --cache --write '**/*.{js,md,scss,ts,tsx}' '!**/{build,es,lib,storybook,ts,umd}/**'",
"format:diff": "prettier --cache --list-different '**/*.{js,md,scss,ts,tsx}' '!**/{build,es,lib,storybook,ts,umd}/**' '!packages/components/**'",
"lint": "eslint actions config packages www",
"lint:styles": "stylelint '**/*.{css,scss}' --report-needless-disables --report-invalid-scope-disables",
"sync": "carbon-cli sync",
Expand Down
2 changes: 0 additions & 2 deletions packages/react/src/components/Dropdown/Dropdown.Skeleton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ import { usePrefix } from '../../internal/usePrefix';
import { ReactAttr } from '../../types/common';

export interface DropdownSkeletonProps extends ReactAttr<HTMLDivElement> {

size?: ListBoxSize;

}

const DropdownSkeleton: React.FC<DropdownSkeletonProps> = ({
Expand Down
Loading

0 comments on commit 07b5f48

Please sign in to comment.