* feat(angular): eslint config including template linting * feat(angular): migration add-template-support-and-presets * feat(angular): add support for component and directive prefix in lint config * fix(angular): tests * fix(angular): e2e tests * fix(angular): update to latest and make updates * fix(angular): update to latest and make updates * fix(angular): lockfile * fix(angular): update to latest and make updates * fix(angular): bump angular-eslint Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
21 lines
488 B
JSON
21 lines
488 B
JSON
{
|
|
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
|
|
"lib": {
|
|
"entryFile": "index.ts",
|
|
"umdModuleIds": {
|
|
"@ngrx/effects": "ngrx.effects",
|
|
"@ngrx/entity": "ngrx.entity",
|
|
"@ngrx/router-store": "ngrx.routerStore",
|
|
"@ngrx/store": "ngrx.store",
|
|
"jasmine-marbles": "jasmine-marbles"
|
|
}
|
|
},
|
|
"whitelistedNonPeerDependencies": [
|
|
"@nrwl/",
|
|
"@angular-devkit",
|
|
"@angular-eslint/",
|
|
"@schematics",
|
|
"jasmine-marbles"
|
|
]
|
|
}
|