From 9e59d0546bd72e4c37da5b0b3a1c152d762b266a Mon Sep 17 00:00:00 2001 From: nvphungdev <283886185+nvphungdev@users.noreply.github.com> Date: Sun, 17 May 2026 07:24:50 +0700 Subject: [PATCH] chore: fix EditorConfig lint errors (issue #12161) --- .../plot/components/svg/axis/lib/etc/orientations.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/node_modules/@stdlib/plot/components/svg/axis/lib/etc/orientations.json b/lib/node_modules/@stdlib/plot/components/svg/axis/lib/etc/orientations.json index 2dbe8426b9bc..d4d3e778b2ba 100644 --- a/lib/node_modules/@stdlib/plot/components/svg/axis/lib/etc/orientations.json +++ b/lib/node_modules/@stdlib/plot/components/svg/axis/lib/etc/orientations.json @@ -1,6 +1,6 @@ [ - "left", - "right", - "top", - "bottom" + "left", + "right", + "top", + "bottom" ]