Skip to content

Commit

Permalink
refactor: prettier import
Browse files Browse the repository at this point in the history
  • Loading branch information
nayounsang committed Oct 23, 2024
1 parent d98625a commit 3085e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
version as packageVersion,
} from '../package.json';
import globals from './globals.json';
import latestGlobals from "./globals.latest.json";
import latestGlobals from './globals.latest.json';

type RuleModule = TSESLint.RuleModule<string, unknown[]> & {
meta: Required<Pick<TSESLint.RuleMetaData<string>, 'docs'>>;
Expand Down Expand Up @@ -85,7 +85,7 @@ const plugin = {
},
latest: {
latestGlobals,
}
},
},
rules,
};
Expand Down

0 comments on commit 3085e90

Please sign in to comment.