Skip to content

Commit 8995cf8

Browse files
committed
change config
1 parent 349a0cb commit 8995cf8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.eslintrc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
}
1919
]
2020
}
21-
]
21+
],
22+
"@angular-eslint/no-host-metadata-property": ["error", { "allowStatic": true }]
2223
}
2324
},
2425
{

.prettierrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"singleQuote": true
2+
"singleQuote": true,
3+
"bracketSameLine": true
34
}

0 commit comments

Comments
 (0)