Skip to content

Commit 4b8b65a

Browse files
committed
run precommit
1 parent 328b872 commit 4b8b65a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ui/.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
node_modules
2-
.vscode
2+
.vscode

ui/.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/bin
44
/build
55
/public
6-
/.meta
6+
/.meta

ui/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ quality:
1313
style:
1414
@echo "Running styling";
1515
@# Auto fix any eslint issues
16-
npx eslint --fix $(CHECKDIRS)
16+
npx eslint --fix $(CHECKDIRS)

0 commit comments

Comments
 (0)