mirror of
https://github.com/LukeHagar/skeleton.git
synced 2025-12-09 04:21:21 +00:00
Format pass
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user