diff --git a/.eslintrc.json b/.eslintrc.json index abef43b1d7..dd2e5c6e90 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -405,7 +405,8 @@ "no-multiple-empty-lines": [ "error", { - "max": 1 + "max": 1, + "maxEOF": 0 } ], "no-undef": "off", diff --git a/types/ext/script-manager.d.ts b/types/ext/script-manager.d.ts index c82fa9cb92..57b9ee0601 100644 --- a/types/ext/script-manager.d.ts +++ b/types/ext/script-manager.d.ts @@ -53,4 +53,3 @@ export type ContentScriptInjectionDetails = { js?: string[]; urlRegex: RegExp | null; }; - diff --git a/types/test/dom-text-scanner.d.ts b/types/test/dom-text-scanner.d.ts index 362a7eb585..988cb69090 100644 --- a/types/test/dom-text-scanner.d.ts +++ b/types/test/dom-text-scanner.d.ts @@ -29,4 +29,3 @@ export type TestData = { remainder?: number; }; }; -