Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ac36cc6

Browse files
committedDec 3, 2021
chore: update to Angular 13 and TypeScript 4.4
1 parent 70a74c6 commit ac36cc6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+143
-132
lines changed
 

‎.editorconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Editor configuration, see https://editorconfig.org
2-
32
root = true
43

54
[*]
@@ -10,7 +9,9 @@ indent_size = 2
109
insert_final_newline = true
1110
trim_trailing_whitespace = true
1211

12+
[*.ts]
13+
quote_type = single
14+
1315
[*.md]
1416
max_line_length = off
1517
trim_trailing_whitespace = false
16-

‎.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"error",
2424
{
2525
"type": "attribute",
26-
"prefix": "app",
26+
"prefix": "c",
2727
"style": "camelCase"
2828
}
2929
],
3030
"@angular-eslint/component-selector": [
3131
"error",
3232
{
3333
"type": "element",
34-
"prefix": "app",
34+
"prefix": "c",
3535
"style": "kebab-case"
3636
}
3737
],

0 commit comments

Comments
 (0)
Please sign in to comment.