We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328b872 commit 4b8b65aCopy full SHA for 4b8b65a
ui/.eslintignore
@@ -1,2 +1,2 @@
1
node_modules
2
-.vscode
+.vscode
ui/.prettierignore
@@ -3,4 +3,4 @@
3
/bin
4
/build
5
/public
6
-/.meta
+/.meta
ui/Makefile
@@ -13,4 +13,4 @@ quality:
13
style:
14
@echo "Running styling";
15
@# Auto fix any eslint issues
16
- npx eslint --fix $(CHECKDIRS)
+ npx eslint --fix $(CHECKDIRS)
0 commit comments