We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc065e commit deedc9bCopy full SHA for deedc9b
packages/graph-core/package.json
@@ -9,9 +9,9 @@
9
"directory": "packages/graph-core"
10
},
11
"scripts": {
12
+ "lint": "eslint .",
13
"test": "vitest run",
- "typecheck": "tsc --noEmit --skipLibCheck",
14
- "lint": "eslint ."
+ "typecheck": "tsc --noEmit --skipLibCheck"
15
16
"dependencies": {
17
"@bibgraph/algorithms": "workspace:*",
0 commit comments