TheAfroOfDoom / omega-flowey-minecraft-remastered

MIT License
3 stars 1 forks source link

🐛 🚨 make trailing slash in datapack setting linter optional #124

Closed TheAfroOfDoom closed 2 months ago

TheAfroOfDoom commented 2 months ago

Summary

This is a follow-up to https://github.com/TheAfroOfDoom/omega-flowey-minecraft-remastered/pull/114.

In AJ v1.0.0, setting a path (e.g. blueprint_settings.data_pack) through Blockbench doesn't leave a trailing slash in the JSON file anymore.

Old (migrated) models still have this trailing slash. Both are valid, however, so our linting rule should accept paths with/without the trailing slash.


Reproducing

yarn lint

Preview

N/A


Supplemental changes

N/A