summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 274f50a7..d8c4f33a 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,13 @@ lint:
lint-fix:
npm run lint:fix
+# Style linting
+stylelint:
+ npm run stylelint
+
+stylelint-fix:
+ npm run stylelint:fix
+
# Cleaning
clean:
rm -f js/contacts.js