Apply pre-commit hooks to all files

This commit is contained in:
Tobias Hunger 2021-08-11 22:12:04 +02:00 committed by Simon Hausmann
parent 892c4c0062
commit aea4ecca99
288 changed files with 198 additions and 371 deletions

View file

@ -45,4 +45,4 @@ export function transformSource(source, context, defaultTransformSource) {
// Let Node.js handle all other sources.
return defaultTransformSource(source, context, defaultTransformSource);
}
}