fix naming

This commit is contained in:
2020-05-24 21:32:26 +03:00
parent 1b22ac4ceb
commit 4666f95b43
4 changed files with 8 additions and 10 deletions

View File

@@ -6,6 +6,7 @@ module.exports = {
},
extends: ['airbnb'],
rules: {
'lines-between-class-members': 0
}
'lines-between-class-members': 0,
'no-console': 0,
},
};