Format pass

This commit is contained in:
Nik
2022-09-06 11:46:11 +10:00
parent a87dec688b
commit c7c78e7858
79 changed files with 866 additions and 727 deletions

View File

@@ -24,7 +24,7 @@ const config = {
package: {
// strip test files from packaging
files: (filepath) => {
return filepath.indexOf('test') == -1 ? true : false
return filepath.indexOf('test') == -1 ? true : false;
}
}
};