chore(lint): fixed FE console.logs and changed rules for BE
This commit is contained in:
@@ -19,5 +19,8 @@ module.exports = {
|
||||
parserOptions: {
|
||||
ecmaVersion: 'latest',
|
||||
},
|
||||
rules: {},
|
||||
rules: {
|
||||
'import/extensions': 'off',
|
||||
'no-console': 'off',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user