Skip to content

Commit c8034f8

Browse files
authored
chore: fix formatting
1 parent a62e73f commit c8034f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import createDeprecatedRules from './rules/utils/create-deprecated-rules.js';
22
import flatConfigBase from './configs/flat-config-base.js';
33
import * as rawRules from './rules/index.js';
4-
import { toEslintRules } from './rules/rule/index.js';
4+
import {toEslintRules} from './rules/rule/index.js';
55
import packageJson from './package.json' with {type: 'json'};
66

77
const rules = toEslintRules(rawRules);

0 commit comments

Comments
 (0)