mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 20:15:07 +00:00
(app.routing) Fixed: Wrong and missing eslint exceptions
This commit is contained in:
parent
4b37f2304a
commit
ea954a75de
|
@ -5,7 +5,8 @@ import { LayoutComponent } from 'app/layout/layout.component';
|
|||
import { InitialDataResolver } from 'app/app.resolvers';
|
||||
|
||||
// @formatter:off
|
||||
// tslint:disable:max-line-length
|
||||
/* eslint-disable max-len */
|
||||
/* eslint-disable @typescript-eslint/explicit-function-return-type */
|
||||
export const appRoutes: Route[] = [
|
||||
|
||||
// Redirect empty path to '/example'
|
||||
|
|
Loading…
Reference in New Issue
Block a user