We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98bc20a commit 064ea57Copy full SHA for 064ea57
2 files changed
eslint.config.mjs
@@ -89,6 +89,7 @@ export default antfu(
89
'sort-imports': 'off',
90
'simple-import-sort/imports': 'off',
91
'antfu/imports-order': 'off', // Specifically for @antfu/eslint-config
92
+ 'style/eol-last': 'off'
93
},
94
95
)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@badaitech/chaingraph",
3
"type": "module",
4
- "version": "0.6.41",
+ "version": "0.7.0",
5
"private": false,
6
"packageManager": "pnpm@10.23.0",
7
"license": "BUSL-1.1",
@@ -104,4 +104,4 @@
104
"vitest": "^3.2.4",
105
"vitest-tsconfig-paths": "^3.4.1"
106
}
107
-}
+}
0 commit comments