Michal Kechner

Results 11 comments of Michal Kechner

@jometzner @dhhyi unf I was forced to duplicate the PR, same changes as in https://github.com/intershop/intershop-pwa/pull/1301

@jometzner AFAIK you can always use `--no-verify` flag when using `git commit` / `git cz`

👍 @gustaff-weldon 🔔 @runspired

@davearel, you can ignore specific components if you want: ``` js // your-app/app/components/komponent.js import Ember from 'ember' export default Ember.Component.extend({ ignoreTouchAction: true }) ```