update: add lint script to package.json

* lint files
This commit is contained in:
Braks
2021-07-09 19:21:29 +02:00
parent 179b5c5d4d
commit 65332cfde3
5 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export {
getConnectedEdges,
updateEdge,
getTransformForBounds,
getRectOfNodes,
getRectOfNodes
} from './utils/graph';
export { default as useZoomPanHelper } from './hooks/useZoomPanHelper';
export { default as useUpdateNodeInternals } from './hooks/useUpdateNodeInternals';