Skip to content

Commit

Permalink
Merge pull request #36 from dolittle/fix-build
Browse files Browse the repository at this point in the history
Fix eslint
  • Loading branch information
woksin authored Nov 5, 2021
2 parents 068ae29 + 7ae8771 commit f206c6c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
extends: dolittle
extends: "@dolittle"
2 changes: 1 addition & 1 deletion Source/Build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion Source/EslintConfig/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@dolittle/typescript.build",
"name": "@dolittle/typescript",
"private": "true",
"workspaces": [
"Source/**"
"Source/*"
],
"scripts": {
"ci": "yarn workspaces run ci"
Expand Down

0 comments on commit f206c6c

Please sign in to comment.