We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0731e9 commit 7447cdcCopy full SHA for 7447cdc
package.json
@@ -3,7 +3,9 @@
3
"version": "1.1.0",
4
"description": "Node-RED nodes to talk to Arduino IoT Cloud",
5
"scripts": {
6
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
7
+ "fmt": "prettier --write .",
8
+ "fmt-check": "prettier --check ."
9
},
10
"keywords": [
11
"node-red",
@@ -26,6 +28,9 @@
26
28
"mqtt": "^3.0.0",
27
29
"superagent": "^6.1.0"
30
31
+ "devDependencies": {
32
+ "prettier": "^3.4.2"
33
+ },
34
"repository": {
35
"type": "git",
36
"url": "git+https://github.com/arduino/node-red-contrib-arduino-iot-cloud.git"
0 commit comments