We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62e73f commit c8034f8Copy full SHA for c8034f8
index.js
@@ -1,7 +1,7 @@
1
import createDeprecatedRules from './rules/utils/create-deprecated-rules.js';
2
import flatConfigBase from './configs/flat-config-base.js';
3
import * as rawRules from './rules/index.js';
4
-import { toEslintRules } from './rules/rule/index.js';
+import {toEslintRules} from './rules/rule/index.js';
5
import packageJson from './package.json' with {type: 'json'};
6
7
const rules = toEslintRules(rawRules);
0 commit comments