Skip to content
Snippets Groups Projects
.fatherrc.js 165 B
Newer Older
Natthawat Singkala's avatar
Natthawat Singkala committed
export default {
  cjs: 'babel',
  esm: { type: 'babel', importLibToEs: true },
  preCommit: {
    eslint: true,
    prettier: true,
  },
  runtimeHelpers: true,
};