Skip to content

Commit

Permalink
add prettier config and some fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlundien committed Nov 1, 2023
1 parent 5d1d3ce commit 15852d3
Show file tree
Hide file tree
Showing 4 changed files with 874 additions and 757 deletions.
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false,
"vueIndentScriptAndStyle": true
"useTabs": false
}
4 changes: 3 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
import { IconDefinition } from '@fortawesome/fontawesome-svg-core'
import { DefineComponent } from 'vue'

interface FontAwesomeIconProps {
Expand All @@ -7,6 +7,7 @@ interface FontAwesomeIconProps {
flip?: 'horizontal' | 'vertical' | 'both'
icon: object | Array<string> | string | IconDefinition
mask?: object | Array<string> | string
maskId?: object | Array<string> | string
listItem?: boolean
pull?: 'right' | 'left'
pulse?: boolean
Expand All @@ -17,6 +18,7 @@ interface FontAwesomeIconProps {
transform?: object | string
symbol?: boolean | string
title?: string
titleId?: string
inverse?: boolean
bounce?: boolean
shake?: boolean
Expand Down

0 comments on commit 15852d3

Please sign in to comment.