Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed May 27, 2022
1 parent 9d2ea0e commit efaf10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/at-import-partial-extension/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const mediaQueryTypesRE = new RegExp(`(${mediaQueryTypes.join("|")})$`, "i");
const stripPath = path =>
path.replace(/^\s*(["'])\s*/, "").replace(/\s*(["'])\s*$/, "");

export default function(expectation, _, context) {
export default function rule(expectation, _, context) {
return (root, result) => {
const validOptions = utils.validateOptions(result, ruleName, {
actual: expectation,
Expand Down

0 comments on commit efaf10b

Please sign in to comment.