mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 09:51:11 +00:00
Update prettier to latest. Remove tslint (#1641)
* Rev up prettier * Reformat * Remove deprecated tslint * Remove call to tslint and update package-lock.json
This commit is contained in:
@@ -248,7 +248,7 @@ export class NodePropertiesComponent extends React.Component<
|
||||
},
|
||||
() => {
|
||||
GraphExplorer.reportToConsole(ConsoleDataType.Error, "Failed to update Vertex sources.");
|
||||
}
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
@@ -394,7 +394,7 @@ export class NodePropertiesComponent extends React.Component<
|
||||
isSectionExpanded: boolean,
|
||||
expandClickHandler: () => void,
|
||||
currentView: Mode,
|
||||
saveClickHandler: () => void
|
||||
saveClickHandler: () => void,
|
||||
): JSX.Element {
|
||||
if (isSectionExpanded) {
|
||||
return (
|
||||
@@ -444,7 +444,7 @@ export class NodePropertiesComponent extends React.Component<
|
||||
this.state.isPropertiesExpanded,
|
||||
this.showPropertyEditor.bind(this),
|
||||
Mode.PROPERTY_EDITOR,
|
||||
this.saveProperties.bind(this)
|
||||
this.saveProperties.bind(this),
|
||||
)}
|
||||
<AccessibleElement
|
||||
className="sectionHeader"
|
||||
@@ -508,7 +508,7 @@ export class NodePropertiesComponent extends React.Component<
|
||||
isNeighborExpanded,
|
||||
showNeighborEditor,
|
||||
currentNeighborView,
|
||||
this.updateVertexNeighbors.bind(this, isSource)
|
||||
this.updateVertexNeighbors.bind(this, isSource),
|
||||
)}
|
||||
|
||||
<AccessibleElement
|
||||
|
||||
Reference in New Issue
Block a user