Commit dba5713 1 parent 0dcd052 commit dba5713 Copy full SHA for dba5713
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
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';
11
11
import { AppComponent } from './app.component' ;
12
12
import { AppModule } from './app.module' ;
13
13
import { ServiceWorkerModule } from '@angular/service-worker' ;
14
- import { environment } from '../environments/environment' ;
15
14
16
15
// import { ServiceWorkerModule } from '@angular/service-worker';
17
16
@@ -23,7 +22,6 @@ export function getRequest(): any {
23
22
@NgModule ( {
24
23
bootstrap : [ AppComponent ] ,
25
24
imports : [
26
- BrowserModule . withServerTransition ( { appId : 'my-app' } ) ,
27
25
BrowserTransferStateModule ,
28
26
AppModule ,
29
27
TranslatesBrowserModule ,
You can’t perform that action at this time.
0 commit comments