Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 582 Bytes

2021-04-14-add-stylelint-for-admin-and-storefront-to-ci-pipeline.md

File metadata and controls

18 lines (18 loc) · 582 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Add stylelint for admin and storefront to CI pipeline
issue: NEXT-14702
author: Jannis Leifeld
author_email: [email protected] 
author_github: @jleifeld
---

Administration

  • Added pipeline tests for stylelint
  • Changed behavior of npm commands lint:scss
  • Changed npm command lint:scss:fixto lint:scss-fix
  • Removed npm command lint:scss-all:fix

Storefront

  • Added pipeline tests for stylelint and ESLint
  • Added npm command lint:js, lint:scss and lint:scss-fix
  • Removed eslint from npm command unit
  • Removed stylelint from webpack config