We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280a81c commit c42dcb5Copy full SHA for c42dcb5
packages/eslint-config-graphql/README.md
@@ -36,3 +36,9 @@ Additionally don’t forget to have `.graphqlconfig` file:
36
This configuration uses the following plugins:
37
38
- [`@graphql-eslint/eslint-plugin`](https://the-guild.dev/graphql/eslint/docs/getting-started)
39
+
40
+## 📝 License
41
42
+Licensed under the [MIT][license].
43
44
+[license]: https://github.com/lmc-eu/code-quality-tools/blob/main/LICENSE.md
packages/eslint-config-graphql/package.json
@@ -10,7 +10,7 @@
10
"alma",
11
"graphql"
12
],
13
- "license": "BSD-3-Clause",
+ "license": "MIT",
14
"repository": {
15
"type": "git",
16
"url": "git://github.com/lmc-eu/code-quality-tools.git",
0 commit comments