Skip to content

Commit

Permalink
chore: automated eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
revelt committed Sep 6, 2023
1 parent 7cfdf70 commit 8b73b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ module.exports = () => {

replacement = readFileSync(resolvedPath, "utf8");
result.messages.push({
type: "dependency",
plugin: "postcss-nested-import",
file: resolvedPath,
parent: result.opts.from,
plugin: "postcss-nested-import",
type: "dependency"
});
} catch (error) {
throw node.error(`error reading file:\n${id}`);
Expand Down

0 comments on commit 8b73b77

Please sign in to comment.