diff --git a/.vscode/settings.json b/.vscode/settings.json index a9769af..8c44b87 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,10 +1,9 @@ { - "eslint.useFlatConfig": true, - "dprint.path": "./node_modules/.bin/dprint", - "editor.defaultFormatter": "dprint.dprint", - "editor.codeActionsOnSave": { - "source.fixAll": "explicit" - }, - "editor.formatOnSave": true, - } - \ No newline at end of file + "eslint.useFlatConfig": true, + "dprint.path": "./node_modules/.bin/dprint", + "editor.defaultFormatter": "dprint.dprint", + "editor.codeActionsOnSave": { + "source.fixAll": "explicit" + }, + "editor.formatOnSave": true +} diff --git a/README.md b/README.md index e7b7613..e0abd0d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ declare function getNodeDepth(node: NativeModule): number declare function visit(data: T[], fn: (data: T) => boolean | void): T | null declare function findRelativeNode(p: { - x: number + x: number, y: number }, layoutNodes: LayoutModule[]): LayoutModule | null diff --git a/dev/index.html b/dev/index.html index 3f1d61f..94cdb3f 100644 --- a/dev/index.html +++ b/dev/index.html @@ -5,7 +5,7 @@ Document