Fix ESLint header/header error

This commit is contained in:
Yuya Ochiai
2018-05-31 00:23:57 +09:00
parent ba31b50404
commit 37b71476d2
61 changed files with 194 additions and 0 deletions

View File

@@ -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,