Skip to content

Commit c42dcb5

Browse files
committed
BREAKING CHANGE(eslint-config-graphql): Change license to MIT
1 parent 280a81c commit c42dcb5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/eslint-config-graphql/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ Additionally don’t forget to have `.graphqlconfig` file:
3636
This configuration uses the following plugins:
3737

3838
- [`@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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"alma",
1111
"graphql"
1212
],
13-
"license": "BSD-3-Clause",
13+
"license": "MIT",
1414
"repository": {
1515
"type": "git",
1616
"url": "git://github.com/lmc-eu/code-quality-tools.git",

0 commit comments

Comments
 (0)