Skip to content

Commit a3957b1

Browse files
committed
Fixed .prettierignore targeting the wrong types file.
1 parent 705b4cc commit a3957b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ out/
2929
Thumbs.db
3030

3131
# Auto generated types
32-
src/types.ts
32+
src/url-classifier-exception-list-types.ts

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ import { URLClassifierExceptionListEntry } from "./url-classifier-exception-list
99
// This will be the main type used throughout the app.
1010
export interface ExceptionListEntry extends URLClassifierExceptionListEntry {
1111
last_modified: number;
12-
}
12+
}

0 commit comments

Comments
 (0)