From 0b53566111daa07e56fc5b519acc14c9a02f6209 Mon Sep 17 00:00:00 2001 From: Tim Zallmann Date: Thu, 14 Feb 2019 14:40:42 +0100 Subject: Added Stylelint Setup Added stylelint to static-analysis Updated yarn dependencies CSS Fixes and rule adoptions of stylelint Added stylelint-scss Deduplicated yarn.lock to clear dependencies --- scripts/static-analysis | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/static-analysis') diff --git a/scripts/static-analysis b/scripts/static-analysis index 25ba7ec6c8e..642c50ec0a8 100755 --- a/scripts/static-analysis +++ b/scripts/static-analysis @@ -29,6 +29,7 @@ tasks = [ %w[bin/rake lint:all], %w[bundle exec license_finder], %w[yarn run eslint], + %w[yarn run stylelint], %w[yarn run prettier-all], %w[bundle exec rubocop --parallel], %w[scripts/lint-conflicts.sh], -- cgit v1.2.1