correct linting
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {firebase} from "./firebase";
|
||||
import {firebase} from './firebase';
|
||||
|
||||
export const environment = {
|
||||
production: true,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
|
||||
// The list of file replacements can be found in `angular.json`.
|
||||
|
||||
import {firebase} from "./firebase";
|
||||
import {firebase} from './firebase';
|
||||
|
||||
export const environment = {
|
||||
production: false,
|
||||
|
||||
Reference in New Issue
Block a user