Add more commands
This commit is contained in:
@@ -32,5 +32,6 @@ module.exports = {
|
||||
'no-multiple-empty-lines': ['error', { max: 1, maxEOF: 0 }],
|
||||
'no-duplicate-imports': ['error', { includeExports: true }],
|
||||
'eol-last': ['error', 'never'],
|
||||
'linebreak-style': 0,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user