update eslint

This commit is contained in:
Philipp Kühn 2019-02-05 00:03:27 +01:00
parent bf21ebd719
commit 9b0c35d34c

View File

@ -56,5 +56,7 @@ module.exports = {
'class-methods-use-this': 'off',
'global-require': 'off',
'func-names': ['error', 'never'],
}
}