From ad34fe74869bcfbb702e8a522eccb184f5b7ec67 Mon Sep 17 00:00:00 2001 From: Pascal Bourque Date: Sun, 5 Oct 2025 10:54:48 -0400 Subject: [PATCH] style: Fixed lint errors introduced by all-contributors bot (#142) --- .all-contributorsrc | 8 ++------ README.md | 6 +++++- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 28ea2c0..5b13543 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,7 +1,5 @@ { - "files": [ - "README.md" - ], + "files": ["README.md"], "imageSize": 100, "commit": false, "commitType": "docs", @@ -12,9 +10,7 @@ "name": "jagmandan", "avatar_url": "https://avatars.githubusercontent.com/u/227265405?v=4", "profile": "https://github.com/jagmandan", - "contributions": [ - "code" - ] + "contributions": ["code"] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 3a16e2f..7b058f7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Mysa Smart Thermostat JavaScript SDK + + [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![NPM Version](https://img.shields.io/npm/v/mysa-js-sdk)](https://www.npmjs.com/package/mysa-js-sdk) @@ -253,4 +256,5 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. +Contributions of any kind welcome!