Skip to content

Commit

Permalink
Merge pull request #312 from bra1n/develop
Browse files Browse the repository at this point in the history
script tool fixes
  • Loading branch information
bra1n authored Nov 6, 2023
2 parents 5fc46f3 + fb40d98 commit 69ab410
Show file tree
Hide file tree
Showing 6 changed files with 5,607 additions and 18,576 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ module.exports = {
},
rules: {
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off"
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
"vue/multi-word-component-names": "off",
"vue/no-reserved-component-names": "off",
}

Check warning on line 15 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / Lint Code Base

Insert `,`
};
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Release Notes

### Version 2.16.2
- fixed custom script format to support new script tool JSON
- updated packages to be compatible with Node >= 18 again

---

### Version 2.16.1
Updated character night order to be consistent with script tool
- Updated character night order to be consistent with script tool

---

Expand Down
Loading

0 comments on commit 69ab410

Please sign in to comment.