File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "printWidth": 100,
3- "parser": "flow",
4- "singleQuote": true,
5- "tabWidth": 2,
6- "trailingComma": "all"
7- }
2+ "printWidth": 100,
3+ "parser": "typescript",
4+ "singleQuote": true,
5+ "tabWidth": 2,
6+ "trailingComma": "all",
7+ "prettier-tslint": true,
8+ "arrowParens": "always"
9+ }
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import { TranslatesBrowserModule } from '@shared/translates/translates-browser';
1111import { AppComponent } from './app.component' ;
1212import { AppModule } from './app.module' ;
1313import { ServiceWorkerModule } from '@angular/service-worker' ;
14- import { environment } from '../environments/environment' ;
1514
1615// import { ServiceWorkerModule } from '@angular/service-worker';
1716
@@ -23,7 +22,6 @@ export function getRequest(): any {
2322@NgModule ( {
2423 bootstrap : [ AppComponent ] ,
2524 imports : [
26- BrowserModule . withServerTransition ( { appId : 'my-app' } ) ,
2725 BrowserTransferStateModule ,
2826 AppModule ,
2927 TranslatesBrowserModule ,
You can’t perform that action at this time.
0 commit comments