Skip to content

Commit

Permalink
Merge pull request #38 from microsoft/mike.demone/linting-bump
Browse files Browse the repository at this point in the history
Updated eslint-plugin-minecraft-linting
  • Loading branch information
SBLMikeDemone authored Mar 28, 2024
2 parents d1c54aa + 75b47e7 commit e2ace46
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion build-challenge/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build-challenge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"devDependencies": {
"@minecraft/core-build-tasks": "^1.1.3",
"eslint-plugin-minecraft-linting": "^1.1.1",
"eslint-plugin-minecraft-linting": "^1.2.1",
"source-map": "^0.7.4",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
Expand Down Expand Up @@ -34,4 +34,4 @@
"@minecraft/server": "$@minecraft/server"
}
}
}
}
2 changes: 1 addition & 1 deletion howto-gallery/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions howto-gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"devDependencies": {
"@minecraft/core-build-tasks": "^1.1.3",
"eslint-plugin-minecraft-linting": "^1.1.1",
"eslint-plugin-minecraft-linting": "^1.2.1",
"source-map": "^0.7.4",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
Expand Down Expand Up @@ -40,4 +40,4 @@
"@minecraft/server": "$@minecraft/server"
}
}
}
}
2 changes: 1 addition & 1 deletion script-box/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions script-box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"devDependencies": {
"@minecraft/core-build-tasks": "^1.1.3",
"eslint-plugin-minecraft-linting": "^1.1.1",
"eslint-plugin-minecraft-linting": "^1.2.1",
"source-map": "^0.7.4",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
Expand All @@ -30,4 +30,4 @@
"@minecraft/server": "$@minecraft/server"
}
}
}
}
2 changes: 1 addition & 1 deletion ts-starter-complete-cotta/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ts-starter-complete-cotta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"devDependencies": {
"@minecraft/core-build-tasks": "^1.1.3",
"eslint-plugin-minecraft-linting": "^1.1.1",
"eslint-plugin-minecraft-linting": "^1.2.1",
"source-map": "^0.7.4",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
Expand All @@ -26,4 +26,4 @@
"@minecraft/server-ui": "^1.1.0",
"@minecraft/vanilla-data": "^1.20.60"
}
}
}
2 changes: 1 addition & 1 deletion ts-starter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ts-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"devDependencies": {
"@minecraft/core-build-tasks": "^1.1.3",
"eslint-plugin-minecraft-linting": "^1.1.1",
"eslint-plugin-minecraft-linting": "^1.2.1",
"source-map": "^0.7.4",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
Expand All @@ -26,4 +26,4 @@
"@minecraft/server-ui": "^1.1.0",
"@minecraft/vanilla-data": "^1.20.60"
}
}
}

0 comments on commit e2ace46

Please sign in to comment.