ianperrin / MMM-Formula1

A MagicMirror Module for displaying Formula 1 driver and constructor standings.
MIT License
31 stars 13 forks source link

Major rewrite #51

Closed 73cirdan closed 6 months ago

73cirdan commented 6 months ago

updated the module a written in the readme redid the lint part (prettier, eslint,stylelint), added html prettier plugin the workflow part is not in my code, leave it untouched at your side? the unittest part did not work on my side, was it working for you ?

ianperrin commented 6 months ago

Yes - support setting the version to 2.0.0 and updating the readme so it references this @. can you update the pull request?On 29 Mar 2024, at 20:18, cirdan @.> wrote: @73cirdan commented on this pull request.

In package.json:

  • "eslint-config-prettier": "^8.7.0",
  • "eslint-plugin-jsdoc": "^40.0.3",
  • "eslint-plugin-prettier": "^4.2.1",
  • "mocha": "^10.2.0",
  • "module-alias": "^2.2.2",
  • "prettier": "^2.8.4",
  • "stylelint": "^15.3.0",
  • "stylelint-config-standard": "^31.0.0",
  • "stylelint-prettier": "^3.0.0"
  • },
  • "dependencies": {
  • "f1-api": "^1.2.0",
  • "ical-generator": "^3.6.1"
  • }
  • "name": "mmm-formula1",
  • "version": "0.8.0",

not sure how that happened. We discussed about setting it to 2.0.0 in the release to come

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>