Skip to content

Commit

Permalink
make eslint fail
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Dec 29, 2023
1 parent fbf28d0 commit 70248cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const worldName = 'omega-flowey-remastered';
const resourcePackName = 'omega-flowey-remastered-resourcepack';

const minecraftWorldPath = `${minecraftPath}/saves/${worldName}`;
const minecraftResourcePackPath = `${minecraftPath}/resourcepacks/${resourcePackName}`;
var minecraftResourcePackPath = `${minecraftPath}/resourcepacks/${resourcePackName}`;

Check failure on line 8 in package-scripts.js

View workflow job for this annotation

GitHub Actions / lint

Unexpected var, use let or const instead

module.exports = {
scripts: {
Expand Down

0 comments on commit 70248cf

Please sign in to comment.