From 8b5a8a5a8b7eac64c50bca54d21482b4b4aa4a32 Mon Sep 17 00:00:00 2001 From: Spencer Snyder Date: Sat, 29 Jun 2024 11:02:49 -0400 Subject: [PATCH] fix: prettier typo --- .xo-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xo-config.json b/.xo-config.json index aa2ee16..f63f4b1 100644 --- a/.xo-config.json +++ b/.xo-config.json @@ -3,7 +3,7 @@ "parserOptions": { "project": "./tsconfig.json" }, - "pretter": true, + "prettier": true, "space": true, "rules": { "capitalized-comments": "off",