diff --git a/change/@uifabric-charting-2020-09-16-10-15-14-fix-prettier-charting.json b/change/@uifabric-charting-2020-09-16-10-15-14-fix-prettier-charting.json new file mode 100644 index 0000000000000..b904ace3df8ad --- /dev/null +++ b/change/@uifabric-charting-2020-09-16-10-15-14-fix-prettier-charting.json @@ -0,0 +1,8 @@ +{ + "type": "none", + "comment": "Running prettier in VerticalBarChart and Legends.", + "packageName": "@uifabric/charting", + "email": "czearing@outlook.com", + "dependentChangeType": "none", + "date": "2020-09-16T17:15:14.533Z" +} diff --git a/packages/a11y-rules/package.json b/packages/a11y-rules/package.json index f0e7d31fc4429..cd66fdf86af25 100644 --- a/packages/a11y-rules/package.json +++ b/packages/a11y-rules/package.json @@ -18,7 +18,7 @@ "lint": "just-scripts lint" }, "devDependencies": { - "@fluentui/eslint-plugin": "^0.54.0", + "@fluentui/eslint-plugin": "^0.54.1", "@uifabric/build": "^7.0.0" }, "dependencies": { diff --git a/packages/a11y-testing/package.json b/packages/a11y-testing/package.json index e2edb04fa006e..4a3da87021af6 100644 --- a/packages/a11y-testing/package.json +++ b/packages/a11y-testing/package.json @@ -18,7 +18,7 @@ "lint": "just-scripts lint" }, "devDependencies": { - "@fluentui/eslint-plugin": "^0.54.0", + "@fluentui/eslint-plugin": "^0.54.1", "@types/enzyme": "3.10.3", "@types/react": "16.8.25", "@types/react-dom": "16.8.4", diff --git a/packages/charting/src/components/Legends/Legends.styles.ts b/packages/charting/src/components/Legends/Legends.styles.ts index d73b56d699eea..5070bb791200d 100644 --- a/packages/charting/src/components/Legends/Legends.styles.ts +++ b/packages/charting/src/components/Legends/Legends.styles.ts @@ -94,7 +94,7 @@ export const getStyles = (props: ILegendStyleProps): ILegendsStyles => { ...fonts.small, lineHeight: '16px', padding: '8px', - } + }, ], hoverCardRoot: { padding: '8px', diff --git a/packages/charting/src/components/VerticalBarChart/VerticalBarChart.base.tsx b/packages/charting/src/components/VerticalBarChart/VerticalBarChart.base.tsx index ebc226df608f2..071e7d8bad791 100644 --- a/packages/charting/src/components/VerticalBarChart/VerticalBarChart.base.tsx +++ b/packages/charting/src/components/VerticalBarChart/VerticalBarChart.base.tsx @@ -132,7 +132,7 @@ export class VerticalBarChartBase extends React.Component - + this._setXAxis(node, xAxis)}