export { bestPracticesConfig } from './best-practices.js';
export { importsConfig } from './imports.js';
export { jsonConfig } from './json.js';
export { markdownConfig } from './markdown.js';
export { nodeRulesConfig } from './node.js';
export { reactA11yConfig } from './react-a11y.js';
export { reactConfig } from './react.js';
export { testsConfig } from './tests.js';
export { typescriptConfig } from './typescript.js';
export { variablesConfig } from './variables.js';
export { checkFileConfig } from './check-file.js';
