Skip to content

Commit 3bd37f6

Browse files
committed
feat: restore lint
1 parent 971f4a2 commit 3bd37f6

File tree

1 file changed

+5
-5
lines changed
  • src/built-in-plugins/command-test/plugin

1 file changed

+5
-5
lines changed

src/built-in-plugins/command-test/plugin/index.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ pri.commands.registerCommand({
1717
name: ['test'],
1818
description: 'Run tests.',
1919
action: async () => {
20-
// await pri.project.lint({
21-
// lintAll: false,
22-
// needFix: true,
23-
// showBreakError: true,
24-
// });
20+
await pri.project.lint({
21+
lintAll: false,
22+
needFix: true,
23+
showBreakError: true,
24+
});
2525
typeChecker();
2626
await pri.project.ensureProjectFiles();
2727
await pri.project.checkProjectFiles();

0 commit comments

Comments
 (0)