diff --git a/.eslintrc.yml b/.eslintrc.yml index 5fa0b8c..8da533e 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -1 +1 @@ -extends: dolittle \ No newline at end of file +extends: "@dolittle" \ No newline at end of file diff --git a/Source/Build/package.json b/Source/Build/package.json index 5a29415..6198395 100644 --- a/Source/Build/package.json +++ b/Source/Build/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@dolittle/typescript.config": "6.0.0-rc.20", - "eslint-config-dolittle": "6.0.0-rc.20", + "@dolittle/eslint-config": "6.0.0-rc.20", "typescript": "4.4.4" } } diff --git a/Source/EslintConfig/package.json b/Source/EslintConfig/package.json index ddb2b5d..4fcce73 100644 --- a/Source/EslintConfig/package.json +++ b/Source/EslintConfig/package.json @@ -1,5 +1,5 @@ { - "name": "eslint-config-dolittle", + "name": "@dolittle/eslint-config", "version": "6.0.0-rc.20", "description": "The base eslint configuration for Dolittle TypeScript projects", "repository": { diff --git a/package.json b/package.json index b9e4447..794c9e5 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "@dolittle/typescript.build", + "name": "@dolittle/typescript", "private": "true", "workspaces": [ - "Source/**" + "Source/*" ], "scripts": { "ci": "yarn workspaces run ci"