mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 02:54:13 +00:00
ESLint: fix dangling commas
This commit is contained in:
@@ -12,8 +12,8 @@ export const environment: Partial<BuildConfig> = {
|
||||
universal: {
|
||||
preboot: false,
|
||||
async: true,
|
||||
time: false
|
||||
}
|
||||
time: false,
|
||||
},
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user