Skip to content

Commit 0674d99

Browse files
committed
style(eslint): 修复代码风格
1 parent 08fb975 commit 0674d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { antfu } from '@antfu/eslint-config'
22

33
export default antfu(
44
{
5-
ignores: [".github"],
5+
ignores: ['.github'],
66
type: 'lib',
77
formatters: true,
88
lessOpinionated: true,

0 commit comments

Comments
 (0)