Skip to content

Commit 064ea57

Browse files
committed
eslint
1 parent 98bc20a commit 064ea57

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export default antfu(
8989
'sort-imports': 'off',
9090
'simple-import-sort/imports': 'off',
9191
'antfu/imports-order': 'off', // Specifically for @antfu/eslint-config
92+
'style/eol-last': 'off'
9293
},
9394
},
9495
)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph",
33
"type": "module",
4-
"version": "0.6.41",
4+
"version": "0.7.0",
55
"private": false,
66
"packageManager": "pnpm@10.23.0",
77
"license": "BUSL-1.1",
@@ -104,4 +104,4 @@
104104
"vitest": "^3.2.4",
105105
"vitest-tsconfig-paths": "^3.4.1"
106106
}
107-
}
107+
}

0 commit comments

Comments
 (0)