File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
packages/eslint-config-graphql Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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:
1414module .exports = {
1515 extends: [
1616 // ... (base eslint config)
17- ' @lmc-eu /eslint-config-graphql' ,
17+ ' @alma-oss /eslint-config-graphql' ,
1818 ],
1919};
2020```
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments