1
0
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:
Sebastian Malton 2023-05-02 08:25:52 -04:00
parent fe3310624f
commit e0ce2a39bd

View File

@ -48,6 +48,10 @@ module.exports = {
"allowTemplateLiterals": true
}
],
"@typescript-eslint/no-use-before-define": ["error", {
"functions": false,
"classes": false,
}],
"padding-line-between-statements": [
"error",
{