Skip to content

Commit dc9ab8d

Browse files
committed
Add word to whitelist and update wording
1 parent 05bb2b3 commit dc9ab8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

etc/eslint/rules/stdlib.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ rules[ 'stdlib/capitalized-comments' ] = [ 'warn', {
6262
'ndarray',
6363
'rehype',
6464
'remark',
65-
'stdlib'
65+
'stdlib',
66+
'throws'
6667
]
6768
} ];
6869

@@ -2766,7 +2767,7 @@ rules[ 'stdlib/no-internal-require' ] = 'error';
27662767
rules[ 'stdlib/no-multiple-empty-lines' ] = 'error';
27672768

27682769
/**
2769-
* Disallow usage of the global `Math` object.
2770+
* Disallow usage of the built-in global `Math` object.
27702771
*
27712772
* @name no-builtin-math
27722773
* @memberof rules

0 commit comments

Comments
 (0)