Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Apr 11, 2023
1 parent ff21073 commit e973668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/import-style.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const create = context => {
),
);

const c = context.getSourceCode();
const sourceCode = context.getSourceCode();

const report = (node, moduleName, actualImportStyles, allowedImportStyles, isRequire = false) => {
if (!allowedImportStyles || allowedImportStyles.size === 0) {
Expand Down

0 comments on commit e973668

Please sign in to comment.