import type { Configuration } from 'lint-staged' const config: Configuration = { '*.{js,jsx,ts,tsx}': 'eslint --fix' } export default config