Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit c1c1668

Browse files
committed
add allowedAuthors rule
1 parent 2cc4ceb commit c1c1668

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.eslintrc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ module.exports = {
4040
unnamedRootBase: ['props']
4141
}
4242
],
43+
'jsdoc/check-values': [
44+
'warn',
45+
{
46+
allowedAuthors: ['WebDevStudios']
47+
}
48+
],
4349
'jsx-a11y/anchor-is-valid': 'off',
4450
'no-console': ['error', {allow: ['warn', 'error']}],
4551
'prettier/prettier': 'error',

0 commit comments

Comments
 (0)