Skip to content

Commit 3dee135

Browse files
authored
style: resolve lint error
Signed-off-by: Athan <[email protected]>
1 parent 83162cd commit 3dee135

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

etc/eslint/rules/stdlib.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2964,6 +2964,8 @@ rules[ 'stdlib/jsdoc-no-space-aligned-asterisks' ] = 'error';
29642964
*/
29652965
rules[ 'stdlib/jsdoc-no-table-indentation' ] = 'error';
29662966

2967+
/* eslint-disable stdlib/jsdoc-no-tabs */
2968+
29672969
/**
29682970
* Forbid the use of tabs.
29692971
*
@@ -3010,6 +3012,8 @@ rules[ 'stdlib/jsdoc-no-table-indentation' ] = 'error';
30103012
*/
30113013
rules[ 'stdlib/jsdoc-no-tabs' ] = 'error';
30123014

3015+
/* eslint-enable stdlib/jsdoc-no-tabs */
3016+
30133017
/**
30143018
* Prevent references to undefined definitions.
30153019
*

0 commit comments

Comments
 (0)