Skip to content

Commit

Permalink
fix(cli): eslint cjs config
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Feb 19, 2024
1 parent edc0ef6 commit dfed0c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ export default prettier();
export default eslint();
`
: `
: `/* eslint-disable unicorn/prefer-module */
require('esbuild-register');
const { eslint } = require('@modyqyw/fabric');
module.exports = eslint();
Expand Down

0 comments on commit dfed0c6

Please sign in to comment.