mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: Update lint rules
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
fe3310624f
commit
e0ce2a39bd
@ -48,6 +48,10 @@ module.exports = {
|
||||
"allowTemplateLiterals": true
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/no-use-before-define": ["error", {
|
||||
"functions": false,
|
||||
"classes": false,
|
||||
}],
|
||||
"padding-line-between-statements": [
|
||||
"error",
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user