Fix ESLint header/header error
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
"import/resolver": "node"
|
||||
},
|
||||
"rules": {
|
||||
"header/header": [2, "line", [
|
||||
" Copyright (c) 2015-2016 Yuya Ochiai",
|
||||
" Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.",
|
||||
" See LICENSE.txt for license information."
|
||||
]],
|
||||
"import/no-commonjs": 2,
|
||||
"indent": [2, 2, {"SwitchCase": 0}],
|
||||
"no-console": 0,
|
||||
|
Reference in New Issue
Block a user