From 851f48856984076d2571152bde322688ba4946f2 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 12 Aug 2023 18:45:58 +0530 Subject: chore: prettier + eslint magic --- shell.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 0c0dda9..1571649 100644 --- a/shell.nix +++ b/shell.nix @@ -2,5 +2,8 @@ with (import { }); mkShell { buildInputs = [ nodejs-18_x + nodePackages.typescript + nodePackages.prettier + nodePackages.eslint ]; } -- cgit v1.3.1