Skip to content

Commit 9838a27

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

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

etc/eslint/rules/stdlib.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable stdlib/jsdoc-doctest-marker, stdlib/jsdoc-doctest, stdlib/jsdoc-example-require-spacing, stdlib/jsdoc-no-tabs */
2+
13
/**
24
* @license Apache-2.0
35
*
@@ -16,8 +18,6 @@
1618
* limitations under the License.
1719
*/
1820

19-
/* eslint-disable stdlib/jsdoc-doctest-marker, stdlib/jsdoc-doctest, stdlib/jsdoc-example-require-spacing */
20-
2121
'use strict';
2222

2323
/**
@@ -2964,8 +2964,6 @@ 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-
29692967
/**
29702968
* Forbid the use of tabs.
29712969
*
@@ -3012,8 +3010,6 @@ rules[ 'stdlib/jsdoc-no-table-indentation' ] = 'error';
30123010
*/
30133011
rules[ 'stdlib/jsdoc-no-tabs' ] = 'error';
30143012

3015-
/* eslint-enable stdlib/jsdoc-no-tabs */
3016-
30173013
/**
30183014
* Prevent references to undefined definitions.
30193015
*

0 commit comments

Comments
 (0)