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 c8d1c65 commit eac66c3Copy full SHA for eac66c3
src/lib/utils.js
@@ -17,7 +17,7 @@ export function convertErrorsToWarnings(rules) {
17
/**
18
* Checks if the rule supports a specific option by checking rule schema
19
* @param {object | object[]} ruleSchema rules schema that holds options
20
- * @param option {string} rule option to check if supported
+ * @param {string} option rule option to check if supported
21
* @returns {boolean}
22
*/
23
export function isOptionSupported(ruleSchema, option) {
0 commit comments