Files
xyflow/prettier.config.js
AndyLnd dcc38b23d8 Feat/minimap (#44)
* feat: New minimap

* imporved preview

* better start values

* smarter destructure

* getNodesInside refactor

* refactor(minimap): add maskColor and nodeBorderRadius props

* refactor(gitignore): add dist

* refactor(minimap): show empty minimap when there are no nodes

closes #39
2019-10-22 14:15:36 +02:00

6 lines
85 B
JavaScript

module.exports = {
trailingComma: 'es5',
singleQuote: true,
printWidth: 120
};