-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Hasan Eroglu <[email protected]>
- Loading branch information
1 parent
52e7921
commit 3468cbf
Showing
18 changed files
with
43 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,8 @@ | |
"start:smart-clock": "node ./dist/things/smart-clock.js", | ||
"start:all": "./runMashupThings.sh", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix" | ||
"lint:fix": "eslint . --fix", | ||
"format": "prettier --write \"**/*.ts\" \"**/*.json\"" | ||
}, | ||
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)", | ||
"license": "EPL-2.0 OR W3C-20150513", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
27 changes: 21 additions & 6 deletions
27
...r/coap/client-tests/simple-coap-client.js → ...oap/js/client-tests/simple-coap-client.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,8 @@ | |
], | ||
"scripts": { | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix" | ||
"lint:fix": "eslint . --fix", | ||
"format": "prettier --write \"**/*.js\" \"test/**/*.js\" \"client-tests/**/*.js\" \"**/*.json\"" | ||
}, | ||
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)", | ||
"license": "EPL-2.0 OR W3C-20150513", | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ | |
"scripts": { | ||
"test": "node simple-calculator.js ; pid = $! ; result=$(mocha --exit *.test.js)) & kill $pid", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix" | ||
"lint:fix": "eslint . --fix", | ||
"format": "prettier --write \"**/*.js\" \"test/**/*.js\" \"client-tests/**/*.js\" \"**/*.json\"" | ||
}, | ||
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)", | ||
"license": "EPL-2.0 OR W3C-20150513", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,8 @@ | |
], | ||
"scripts": { | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix" | ||
"lint:fix": "eslint . --fix", | ||
"format": "prettier --write \"**/*.js\" \"test/**/*.js\" \"**/*.json\"" | ||
}, | ||
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)", | ||
"license": "EPL-2.0 OR W3C-20150513", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters