@primer/stylelint-config
Advanced tools
Comparing version 0.0.0-20240918204306 to 0.0.0-20240918204525
{ | ||
"name": "@primer/stylelint-config", | ||
"version": "0.0.0-20240918204306", | ||
"version": "0.0.0-20240918204525", | ||
"description": "Sharable stylelint config used by GitHub's CSS", | ||
@@ -5,0 +5,0 @@ "author": "GitHub, Inc.", |
@@ -75,3 +75,3 @@ import stylelint from 'stylelint' | ||
/** @type {import('stylelint').Rule} */ | ||
const ruleFunction = (primary, secondaryOptions, context) => { | ||
const ruleFunction = primary => { | ||
return (root, result) => { | ||
@@ -78,0 +78,0 @@ const validOptions = validateOptions(result, ruleName, { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
184245