Skip to content

Commit eac66c3

Browse files
vmasekmatejchalk
andauthored
Correct docs of option param
Co-authored-by: Matěj Chalk <[email protected]>
1 parent c8d1c65 commit eac66c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function convertErrorsToWarnings(rules) {
1717
/**
1818
* Checks if the rule supports a specific option by checking rule schema
1919
* @param {object | object[]} ruleSchema rules schema that holds options
20-
* @param option {string} rule option to check if supported
20+
* @param {string} option rule option to check if supported
2121
* @returns {boolean}
2222
*/
2323
export function isOptionSupported(ruleSchema, option) {

0 commit comments

Comments
 (0)