add some docs

This commit is contained in:
janis
2024-01-08 16:58:10 +01:00
parent ad27645c39
commit 125ab80766
4 changed files with 49 additions and 13 deletions

View File

@@ -35,7 +35,7 @@ module.exports = {
'callback-return': 'error',
'camelcase': 'error',
'capitalized-comments': 'off',
'class-methods-use-this': 'error',
'class-methods-use-this': 'off',
'comma-dangle': 'error',
'comma-spacing': [
'error',