-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simplify prettier checks commands, remove
script/pretty.js
(#3259)
- Loading branch information
1 parent
b8a597e
commit 4a6f516
Showing
44 changed files
with
128 additions
and
379 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: "📚 Support/Q&A" | ||
- name: '📚 Support/Q&A' | ||
url: https://github.com/graphql/graphiql/discussions/categories/q-a-support | ||
about: >- | ||
Some questions are already answered in our github discussions Q&A section | ||
If you don't find an answer, [create a support ticket](ttps://github.com/graphql/graphiql/discussions/new?category=q-a-support) | ||
Some questions are already answered in our github discussions Q&A section If you don't find an answer, [create a support ticket](ttps://github.com/graphql/graphiql/discussions/new?category=q-a-support) | ||
- name: "💬 `graphiql` Discord Support" | ||
- name: '💬 `graphiql` Discord Support' | ||
url: https://discord.gg/NP5vbPeUFp | ||
about: "`graphiql` Discord Support Channel" | ||
about: '`graphiql` Discord Support Channel' | ||
|
||
- name: "💬 `vscode-graphql` Discord Support" | ||
- name: '💬 `vscode-graphql` Discord Support' | ||
url: https://discord.gg/bHrQtxGNzQ | ||
about: "`vscode-graphql` Discord Support Channel" | ||
about: '`vscode-graphql` Discord Support Channel' | ||
|
||
- name: "💬 GraphQL LSP & CLI Discord Support" | ||
- name: '💬 GraphQL LSP & CLI Discord Support' | ||
url: https://discord.gg/wkQCKwazxj | ||
about: >- | ||
GraphQL LSP (Language Server Protocol) Server Discord Support Channel | ||
For `graphql-language-service-server` and/or `graphql-language-service-cli` | ||
GraphQL LSP (Language Server Protocol) Server Discord Support Channel For `graphql-language-service-server` and/or `graphql-language-service-cli` | ||
- name: "💬 `monaco-graphql` Discord Support" | ||
- name: '💬 `monaco-graphql` Discord Support' | ||
url: https://discord.gg/r4BxrAG6fN | ||
about: "`monaco-graphql` Discord Support Channel" | ||
about: '`monaco-graphql` Discord Support Channel' | ||
|
||
- name: "💬 `codedemirror-graphql` Discord Support" | ||
- name: '💬 `codedemirror-graphql` Discord Support' | ||
url: https://discord.gg/cffZwk8NJW | ||
about: "`codemirror-graphql` Discord Support Channel" | ||
about: '`codemirror-graphql` Discord Support Channel' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
name: VSCode GraphQL Syntax Bug | ||
description: Report a bug for `vscode-graphql-syntax` | ||
title: "[vscode-graphql-syntax] <title>" | ||
title: '[vscode-graphql-syntax] <title>' | ||
labels: [vscode-graphql-syntax, bug, needs triage] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for the bug you encountered. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- label: I have searched the existing issues | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,3 @@ jobs: | |
|
||
- name: ESLint | ||
run: yarn lint | ||
|
||
- name: Prettier Check | ||
run: yarn pretty-check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
js-green-licenses.json | ||
.changeset | ||
.changeset/ | ||
|
||
# ignore working-group dir markdown so it's easier for people to edit from the UI | ||
working-group/ | ||
packages/codemirror-graphql/src/__tests__/schema-kitchen-sink.graphql | ||
CHANGELOG.md | ||
|
||
# bug in v3 https://github.com/prettier/prettier/issues/14964 | ||
packages/graphql-language-service/benchmark/fixtures/github.graphql | ||
|
||
# remove after merge of https://github.com/graphql/graphiql/pull/3256 | ||
*.flow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,6 +116,8 @@ lezer | |
buildhelper | ||
sonarjs | ||
svgr | ||
prettierignore | ||
pnpm | ||
|
||
// identifiers used in code and configs | ||
acmerc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<style> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<style> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<style> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.