fix
This commit is contained in:
parent
478c9ca770
commit
9d27322937
3
index.js
3
index.js
@ -44,6 +44,7 @@ module.exports = {
|
||||
leadingUnderscore: 'require'
|
||||
}
|
||||
],
|
||||
'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }]
|
||||
'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }],
|
||||
'jsdoc/require-param-type': 'off'
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user