Skip to content

Commit 280a81c

Browse files
committed
BREAKING CHANGE(eslint-config-graphql): Change library organization to alma-oss
1 parent deeddf1 commit 280a81c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/eslint-config-graphql/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# @lmc-eu/eslint-config-graphql
1+
# @alma-oss/eslint-config-graphql
22

33
## Install
44

55
```bash
6-
npm install @lmc-eu/eslint-config-graphql -D
6+
npm install @alma-oss/eslint-config-graphql -D
77
```
88

99
## Usage
@@ -14,7 +14,7 @@ Create a _.eslintrc.js_ file with the following contents:
1414
module.exports = {
1515
extends: [
1616
// ... (base eslint config)
17-
'@lmc-eu/eslint-config-graphql',
17+
'@alma-oss/eslint-config-graphql',
1818
],
1919
};
2020
```

packages/eslint-config-graphql/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "@lmc-eu/eslint-config-graphql",
3-
"description": "LMC's ESLint config for javascript applications that use GraphQL and Apollo client.",
2+
"name": "@alma-oss/eslint-config-graphql",
3+
"description": "Alma's ESLint config for javascript applications that use GraphQL and Apollo client.",
44
"version": "3.0.6",
5-
"author": "Tomas Litera <tomas.litera@lmc.eu>",
5+
"author": "Tomas Litera <tomas.litera@almacareer.com>",
66
"keywords": [
77
"config",
88
"eslint",
99
"preset",
10-
"lmc",
10+
"alma",
1111
"graphql"
1212
],
1313
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)