Skip to content

Commit c4e1337

Browse files
fix: merging lint jsons
1 parent 31493fa commit c4e1337

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

eslint.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@
2323
"@typescript-eslint/no-unnecessary-qualifier": "error",
2424
"@typescript-eslint/no-unused-expressions": "error",
2525
"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+
],
2640
"import/first": "error",
2741
"import/newline-after-import": "error",
2842
"import/no-absolute-path": "error",

0 commit comments

Comments
 (0)