Skip to content

Commit 3142efa

Browse files
committed
chore: changed tests imports from @ style to # style
1 parent 54f2336 commit 3142efa

14 files changed

+1255
-3311
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,6 @@ dist
130130
# editor
131131
.vscode/
132132
.idea/
133+
134+
# prettier for local editor-based linting
135+
.prettierrc

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
shell = { ci ? false }:
1515
with pkgs;
1616
pkgs.mkShell {
17-
nativeBuildInputs = [ nodejs_20 shellcheck gitAndTools.gh ];
17+
nativeBuildInputs = [ nodejs_20 gitAndTools.gh ];
1818
PKG_IGNORE_TAG = 1;
1919
shellHook = ''
2020
echo "Entering $(npm pkg get name)"

0 commit comments

Comments
 (0)