diff --git a/packages/eslint-config-graphql/README.md b/packages/eslint-config-graphql/README.md index 318328f7..90d7826a 100644 --- a/packages/eslint-config-graphql/README.md +++ b/packages/eslint-config-graphql/README.md @@ -1,9 +1,9 @@ -# @lmc-eu/eslint-config-graphql +# @alma-oss/eslint-config-graphql ## Install ```bash -npm install @lmc-eu/eslint-config-graphql -D +npm install @alma-oss/eslint-config-graphql -D ``` ## Usage @@ -14,7 +14,7 @@ Create a _.eslintrc.js_ file with the following contents: module.exports = { extends: [ // ... (base eslint config) - '@lmc-eu/eslint-config-graphql', + '@alma-oss/eslint-config-graphql', ], }; ``` @@ -36,3 +36,9 @@ Additionally don’t forget to have `.graphqlconfig` file: This configuration uses the following plugins: - [`@graphql-eslint/eslint-plugin`](https://the-guild.dev/graphql/eslint/docs/getting-started) + +## 📝 License + +Licensed under the [MIT][license]. + +[license]: https://github.com/lmc-eu/code-quality-tools/blob/main/LICENSE.md diff --git a/packages/eslint-config-graphql/package.json b/packages/eslint-config-graphql/package.json index 7c804e4a..0db6ee94 100644 --- a/packages/eslint-config-graphql/package.json +++ b/packages/eslint-config-graphql/package.json @@ -1,16 +1,16 @@ { - "name": "@lmc-eu/eslint-config-graphql", - "description": "LMC's ESLint config for javascript applications that use GraphQL and Apollo client.", + "name": "@alma-oss/eslint-config-graphql", + "description": "Alma's ESLint config for javascript applications that use GraphQL and Apollo client.", "version": "3.0.6", - "author": "Tomas Litera ", + "author": "Tomas Litera ", "keywords": [ "config", "eslint", "preset", - "lmc", + "alma", "graphql" ], - "license": "BSD-3-Clause", + "license": "MIT", "repository": { "type": "git", "url": "git://github.com/lmc-eu/code-quality-tools.git", @@ -20,7 +20,7 @@ "url": "https://github.com/lmc-eu/code-quality-tools/issues" }, "engines": { - "node": "^16 || ^18 || >=20" + "node": ">=20" }, "publishConfig": { "access": "public"