Skip to content

Commit 3ba2224

Browse files
committed
Update whitelist to include enabling and disabling specific ESLint rules
1 parent 00a0ca7 commit 3ba2224

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

etc/eslint/rules/stdlib.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ rules[ 'stdlib/capitalized-comments' ] = [ 'warn', {
5656
'whitelist': [
5757
'eslint',
5858
'eslint-enable',
59+
'eslint-enable-next-line',
5960
'eslint-disable',
61+
'eslint-disable-next-line',
6062
'returns',
6163
'e.g.,',
6264
'ndarray',

0 commit comments

Comments
 (0)