Skip to content

Commit

Permalink
remove typedef for removed utility
Browse files Browse the repository at this point in the history
  • Loading branch information
chloerice committed Dec 9, 2022
1 parent 232ce32 commit 85e1adc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions stylelint-polaris/plugins/coverage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ module.exports = stylelint.createPlugin(
},
);

/** @typedef
* @param {string} ruleName
*/


function normalizeConfig(config) {
return Array.isArray(config) ? config : [config, {}];
Expand Down

0 comments on commit 85e1adc

Please sign in to comment.