Skip to content

Commit 9e1f114

Browse files
committed
feat(eslint-config-graphql)!: change library organization to alma-oss
BREAKING CHANGE: the package has been migrated to `@alma-oss` scope
1 parent 4460779 commit 9e1f114

3 files changed

Lines changed: 20 additions & 30 deletions

File tree

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",

yarn.lock

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@ __metadata:
3030
languageName: unknown
3131
linkType: soft
3232

33+
"@alma-oss/eslint-config-graphql@workspace:packages/eslint-config-graphql":
34+
version: 0.0.0-use.local
35+
resolution: "@alma-oss/eslint-config-graphql@workspace:packages/eslint-config-graphql"
36+
dependencies:
37+
"@graphql-eslint/eslint-plugin": "npm:^3.19.1"
38+
"@lmc-eu/eslint-config-base": "npm:^3.1.3"
39+
graphql: "npm:^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
40+
peerDependencies:
41+
eslint: ^8
42+
languageName: unknown
43+
linkType: soft
44+
3345
"@alma-oss/eslint-config-jest@workspace:packages/eslint-config-jest":
3446
version: 0.0.0-use.local
3547
resolution: "@alma-oss/eslint-config-jest@workspace:packages/eslint-config-jest"
@@ -2091,17 +2103,7 @@ __metadata:
20912103
languageName: node
20922104
linkType: hard
20932105

2094-
"@jridgewell/trace-mapping@npm:^0.3.12, @jridgewell/trace-mapping@npm:^0.3.18":
2095-
version: 0.3.31
2096-
resolution: "@jridgewell/trace-mapping@npm:0.3.31"
2097-
dependencies:
2098-
"@jridgewell/resolve-uri": "npm:^3.1.0"
2099-
"@jridgewell/sourcemap-codec": "npm:^1.4.14"
2100-
checksum: 10c0/4b30ec8cd56c5fd9a661f088230af01e0c1a3888d11ffb6b47639700f71225be21d1f7e168048d6d4f9449207b978a235c07c8f15c07705685d16dc06280e9d9
2101-
languageName: node
2102-
linkType: hard
2103-
2104-
"@jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.28":
2106+
"@jridgewell/trace-mapping@npm:^0.3.12, @jridgewell/trace-mapping@npm:^0.3.18, @jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.28":
21052107
version: 0.3.29
21062108
resolution: "@jridgewell/trace-mapping@npm:0.3.29"
21072109
dependencies:
@@ -2224,18 +2226,6 @@ __metadata:
22242226
languageName: node
22252227
linkType: hard
22262228

2227-
"@lmc-eu/eslint-config-graphql@workspace:packages/eslint-config-graphql":
2228-
version: 0.0.0-use.local
2229-
resolution: "@lmc-eu/eslint-config-graphql@workspace:packages/eslint-config-graphql"
2230-
dependencies:
2231-
"@graphql-eslint/eslint-plugin": "npm:^3.19.1"
2232-
"@lmc-eu/eslint-config-base": "npm:^3.1.3"
2233-
graphql: "npm:^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
2234-
peerDependencies:
2235-
eslint: ^8
2236-
languageName: unknown
2237-
linkType: soft
2238-
22392229
"@lmc-eu/textlint-rule-preset-lmc@workspace:packages/textlint-rule-preset-lmc":
22402230
version: 0.0.0-use.local
22412231
resolution: "@lmc-eu/textlint-rule-preset-lmc@workspace:packages/textlint-rule-preset-lmc"

0 commit comments

Comments
 (0)