fix type for getAttributes

This commit is contained in:
Philipp Kühn
2021-07-26 15:36:12 +02:00
parent c315935bf9
commit 4636b1a1a5
2 changed files with 9 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ module.exports = {
'airbnb-base',
],
rules: {
'no-continue': 'off',
'no-alert': 'off',
'no-console': ['warn', { allow: ['warn', 'error'] }],
semi: ['error', 'never'],