We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83162cd commit 3dee135Copy full SHA for 3dee135
etc/eslint/rules/stdlib.js
@@ -2964,6 +2964,8 @@ rules[ 'stdlib/jsdoc-no-space-aligned-asterisks' ] = 'error';
2964
*/
2965
rules[ 'stdlib/jsdoc-no-table-indentation' ] = 'error';
2966
2967
+/* eslint-disable stdlib/jsdoc-no-tabs */
2968
+
2969
/**
2970
* Forbid the use of tabs.
2971
*
@@ -3010,6 +3012,8 @@ rules[ 'stdlib/jsdoc-no-table-indentation' ] = 'error';
3010
3012
3011
3013
rules[ 'stdlib/jsdoc-no-tabs' ] = 'error';
3014
3015
+/* eslint-enable stdlib/jsdoc-no-tabs */
3016
3017
3018
* Prevent references to undefined definitions.
3019
0 commit comments