From a928d97a41e58483eefae3f18237e8624b1f53ba Mon Sep 17 00:00:00 2001 From: Kevin Paxman <kpaxman@uwaterloo.ca> Date: Tue, 1 Oct 2024 09:21:57 -0400 Subject: [PATCH] EXPHR: make it so container attributes don't cause linting warnings --- build_ohana.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_ohana.sh b/build_ohana.sh index 86422f21..6731935b 100755 --- a/build_ohana.sh +++ b/build_ohana.sh @@ -84,6 +84,7 @@ echo "************************************************************************** echo "Setting up es lint and gulp ..." rm .eslintignore ln -s ../.eslintignore .eslintignore +ln -s ../.stylelintrc.json .stylelintrc.json cp ../dashboard.js gulp-tasks sed -i "3 i const { compileDashboard } = require('./gulp-tasks/dashboard');" gulpfile.js sed -i "s/parallel(compileSass, compileJS)/parallel(compileSass, compileJS, compileDashboard)/g" gulpfile.js -- GitLab