File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3737 "builder" : " @angular-eslint/builder:lint" ,
3838 "options" : {
3939 "lintFilePatterns" : [
40- " lib/**/*.ts" ,
41- " lib/**/*.html"
40+ " lib/src/ **/*.ts" ,
41+ " lib/src/ **/*.html"
4242 ]
4343 }
4444 }
Original file line number Diff line number Diff line change 11import { IndexedDBDatabase } from "../databases/indexeddb-database" ;
22import { MemoryDatabase } from "../databases/memory-database" ;
3- import { StorageMap } from "../storages/storage-map.service " ;
3+ import { StorageMap } from "../storages/storage-map" ;
44
55/**
66 * Helper to clear all data in storage to avoid tests overlap
Original file line number Diff line number Diff line change 11import { TestBed } from "@angular/core/testing" ;
22import { IndexedDBDatabase } from "../databases/indexeddb-database" ;
33import { provideIndexedDBDataBaseName } from "../providers" ;
4- import { StorageMap } from "../storages/storage-map.service " ;
4+ import { StorageMap } from "../storages/storage-map" ;
55import { DEFAULT_IDB_STORE_NAME } from "../tokens" ;
66import type { JSONSchema } from "../validation/json-schema" ;
77import { clearStorage , closeAndDeleteDatabase } from "./cleaning.spec" ;
Original file line number Diff line number Diff line change 11{
22 "extends" : " ./tsconfig.json" ,
33 "include" : [
4- " lib/**/*.ts" ,
4+ " lib/src/ **/*.ts" ,
55 " testing-apps/**/*.ts" ,
66 " playwright-demo.config.ts" ,
77 " playwright-localforage.config.ts"
You can’t perform that action at this time.
0 commit comments