Results 43 issues of Roma P.

We use Lefthook to apply prettier during commit, our config looks like this: ``` pre-commit: parallel: true commands: js: glob: "*.js" run: yarn prettier --write {staged_files} && git add {staged_files}...

Fixes #574 . I've also noticed a vulnerabilities warning from NPM: ``` $ npm i > [email protected] prepare > npm run build > [email protected] build > del-cli lib && tsc...

Hello. I'm trying to setup Umzug with a migrations file structure like this: ``` migrations/ 0001_somename/ migration.sql 0002_somename/ migration.sql ``` I assume I should have no issues with the ordering...