We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d58d4f commit 0dd16eeCopy full SHA for 0dd16ee
package.json
@@ -14,7 +14,7 @@
14
"scripts": {
15
"test": "jest",
16
"typescript": "tsc --noEmit",
17
- "lint": "eslint .",
+ "lint": "eslint . --fix",
18
"release": "release-it",
19
"format": "prettier --write src/**/* src/lib/index.tsx",
20
"generate": "node generator/generate-svg.mjs",
@@ -134,4 +134,4 @@
134
]
135
136
}
137
-}
+}
src/lib/index.tsx
@@ -22,7 +22,7 @@ export interface IconProps {
22
duotoneOpacity?: number;
23
title?: string; // SVGRProps
24
titleId?: string; // SVGRProps
25
-};
26
27
export type Icon = React.FC<IconProps>;
28
0 commit comments