Skip to content

Commit 81192bc

Browse files
committed
MOBILE-4759 lint: Change jsdoc/check-param-names to error
1 parent defcfb9 commit 81192bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ const appConfig = {
199199
'id-match': 'error',
200200
'jsdoc/check-alignment': 'error',
201201
'jsdoc/check-param-names': [
202-
'warn',
202+
'error',
203203
{
204204
checkDestructured: false,
205205
enableFixer: true

0 commit comments

Comments
 (0)