tangled
alpha
login
or
join now
kitten.sh
/
graphqlsp
0
fork
atom
Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.
0
fork
atom
overview
issues
pulls
pipelines
remove targeting
authored by
Jovi De Croock
and committed by
GitHub
2 years ago
38b02186
7bb841b9
+1
-1
1 changed file
expand all
collapse all
unified
split
package.json
+1
-1
package.json
···
9
9
"prepare": "husky install",
10
10
"dev": "pnpm --filter @0no-co/graphqlsp dev",
11
11
"launch-debug": "./scripts/launch-debug.sh",
12
12
-
"test:e2e": "vitest run unused -u --single-thread"
12
12
+
"test:e2e": "vitest run --single-thread"
13
13
},
14
14
"prettier": {
15
15
"singleQuote": true,