fix naming
This commit is contained in:
@@ -6,6 +6,7 @@ module.exports = {
|
||||
},
|
||||
extends: ['airbnb'],
|
||||
rules: {
|
||||
'lines-between-class-members': 0
|
||||
}
|
||||
'lines-between-class-members': 0,
|
||||
'no-console': 0,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user