We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31493fa commit c4e1337Copy full SHA for c4e1337
eslint.json
@@ -23,6 +23,20 @@
23
"@typescript-eslint/no-unnecessary-qualifier": "error",
24
"@typescript-eslint/no-unused-expressions": "error",
25
"curly": "error",
26
+ "header/header": [
27
+ "error",
28
+ "block",
29
+ [
30
+ "*",
31
+ " * @license",
32
+ " * Copyright Google LLC All Rights Reserved.",
33
+ " *",
34
+ " * Use of this source code is governed by an MIT-style license that can be",
35
+ " * found in the LICENSE file at https://angular.io/license",
36
+ " "
37
+ ],
38
+ 2
39
40
"import/first": "error",
41
"import/newline-after-import": "error",
42
"import/no-absolute-path": "error",
0 commit comments