Skip to content

Commit eac91bb

Browse files
committed
fixes
1 parent e043baf commit eac91bb

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<p align="center">
2+
<img src="./logo.png">
3+
</p>
4+
15
This project integrates GraphQL AST parser and ESLint.
26

37
## Key Features:
@@ -86,13 +90,7 @@ In order to enable it processing other extensions, add the following section in
8690

8791
```json
8892
{
89-
"eslint.validate": [
90-
"javascript",
91-
"javascriptreact",
92-
"typescript",
93-
"typescriptreact",
94-
"graphql"
95-
],
93+
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact", "graphql"],
9694
"eslint.options": {
9795
"extentions": [".js", ".graphql"]
9896
}

logo.png

129 KB
Loading

packages/plugin/src/rules/description-style.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)