change config

This commit is contained in:
thomas laforge
2022-11-05 21:41:06 +01:00
parent 349a0cb00e
commit 8995cf841e
2 changed files with 4 additions and 2 deletions

View File

@@ -18,7 +18,8 @@
}
]
}
]
],
"@angular-eslint/no-host-metadata-property": ["error", { "allowStatic": true }]
}
},
{

View File

@@ -1,3 +1,4 @@
{
"singleQuote": true
"singleQuote": true,
"bracketSameLine": true
}