mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
5 lines
198 B
JavaScript
5 lines
198 B
JavaScript
/* eslint-disable filenames-simple/naming-convention */
|
|
import { createLintStagedConfig } from '@freecodecamp/eslint-config/lintstaged';
|
|
|
|
export default createLintStagedConfig(import.meta.dirname);
|