Skip to content

Commit

Permalink
Export partial config factories
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed May 15, 2023
1 parent 7453d04 commit ea0643f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { prepareConfig as node } from './node.js';
import { prepareConfig as react } from './react.js';

/** @satisfies {Record<string, (config?: any) => import('eslint-define-config').FlatESLintConfig[]>} */
const configs = {
export const configs = {
base,
jest,
json,
Expand Down

0 comments on commit ea0643f

Please sign in to comment.