diff --git a/samples/javascript_nodejs/02.echobot/package.json b/samples/javascript_nodejs/02.echobot/package.json index 6aaa398d91..25fb563fe4 100644 --- a/samples/javascript_nodejs/02.echobot/package.json +++ b/samples/javascript_nodejs/02.echobot/package.json @@ -8,7 +8,7 @@ "scripts": { "start": "node ./index.js", "watch": "nodemon ./index.js", - "lint": "node ./node_modules/.bin/eslint .", + "lint": "./node_modules/.bin/eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { diff --git a/samples/javascript_nodejs/03.welcome-users/package.json b/samples/javascript_nodejs/03.welcome-users/package.json index f99b7f77fc..a41ff9266b 100644 --- a/samples/javascript_nodejs/03.welcome-users/package.json +++ b/samples/javascript_nodejs/03.welcome-users/package.json @@ -8,7 +8,7 @@ "scripts": { "start": "node ./index.js", "watch": "nodemon ./index.js", - "lint": "node ./node_modules/.bin/eslint .", + "lint": "./node_modules/.bin/eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { diff --git a/samples/javascript_nodejs/05.multi-turn-prompt/package.json b/samples/javascript_nodejs/05.multi-turn-prompt/package.json index 1989aadeca..206052781d 100644 --- a/samples/javascript_nodejs/05.multi-turn-prompt/package.json +++ b/samples/javascript_nodejs/05.multi-turn-prompt/package.json @@ -8,7 +8,7 @@ "scripts": { "start": "node ./index.js", "watch": "nodemon ./index.js", - "lint": "node ./node_modules/.bin/eslint .", + "lint": "./node_modules/.bin/eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { diff --git a/samples/javascript_nodejs/06.using-cards/package.json b/samples/javascript_nodejs/06.using-cards/package.json index b79a36c11d..bfe87681e0 100644 --- a/samples/javascript_nodejs/06.using-cards/package.json +++ b/samples/javascript_nodejs/06.using-cards/package.json @@ -8,7 +8,7 @@ "scripts": { "start": "node ./index.js", "watch": "nodemon ./index.js", - "lint": "node ./node_modules/.bin/eslint .", + "lint": "./node_modules/.bin/eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { diff --git a/samples/javascript_nodejs/07.using-adaptive-cards/package.json b/samples/javascript_nodejs/07.using-adaptive-cards/package.json index 68cfad6164..5d287dd8cc 100644 --- a/samples/javascript_nodejs/07.using-adaptive-cards/package.json +++ b/samples/javascript_nodejs/07.using-adaptive-cards/package.json @@ -8,7 +8,7 @@ "scripts": { "start": "node ./index.js", "watch": "nodemon ./index.js", - "lint": "node ./node_modules/.bin/eslint .", + "lint": "./node_modules/.bin/eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { diff --git a/samples/javascript_nodejs/08.suggested-actions/package.json b/samples/javascript_nodejs/08.suggested-actions/package.json index 693bbc9b11..32c6abeeae 100644 --- a/samples/javascript_nodejs/08.suggested-actions/package.json +++ b/samples/javascript_nodejs/08.suggested-actions/package.json @@ -8,7 +8,7 @@ "scripts": { "start": "node ./index.js", "watch": "nodemon ./index.js", - "lint": "node ./node_modules/.bin/eslint .", + "lint": "./node_modules/.bin/eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { diff --git a/samples/javascript_nodejs/11.qnamaker/package.json b/samples/javascript_nodejs/11.qnamaker/package.json index 1faa0b882e..d0b1317063 100644 --- a/samples/javascript_nodejs/11.qnamaker/package.json +++ b/samples/javascript_nodejs/11.qnamaker/package.json @@ -8,7 +8,7 @@ "scripts": { "start": "node ./index.js", "watch": "nodemon ./index.js", - "lint": "node ./node_modules/.bin/eslint .", + "lint": "./node_modules/.bin/eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { diff --git a/samples/javascript_nodejs/13.core-bot/package.json b/samples/javascript_nodejs/13.core-bot/package.json index ae5af05676..51d1301cdb 100644 --- a/samples/javascript_nodejs/13.core-bot/package.json +++ b/samples/javascript_nodejs/13.core-bot/package.json @@ -8,7 +8,7 @@ "scripts": { "start": "node ./index.js", "watch": "nodemon ./index.js", - "lint": "node ./node_modules/.bin/eslint .", + "lint": "./node_modules/.bin/eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { diff --git a/samples/javascript_nodejs/14.nlp-with-dispatch/package.json b/samples/javascript_nodejs/14.nlp-with-dispatch/package.json index 1da80acd97..df01d5e463 100644 --- a/samples/javascript_nodejs/14.nlp-with-dispatch/package.json +++ b/samples/javascript_nodejs/14.nlp-with-dispatch/package.json @@ -8,7 +8,7 @@ "scripts": { "start": "node ./index.js", "watch": "nodemon ./index.js", - "lint": "node ./node_modules/.bin/eslint .", + "lint": "./node_modules/.bin/eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { diff --git a/samples/javascript_nodejs/15.handling-attachments/package.json b/samples/javascript_nodejs/15.handling-attachments/package.json index 750f113a39..c6ba6137da 100644 --- a/samples/javascript_nodejs/15.handling-attachments/package.json +++ b/samples/javascript_nodejs/15.handling-attachments/package.json @@ -8,7 +8,7 @@ "scripts": { "start": "node ./index.js", "watch": "nodemon ./index.js", - "lint": "node ./node_modules/.bin/eslint .", + "lint": "./node_modules/.bin/eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { diff --git a/samples/javascript_nodejs/16.proactive-messages/package.json b/samples/javascript_nodejs/16.proactive-messages/package.json index 87af21f1b4..1d98f1edb2 100644 --- a/samples/javascript_nodejs/16.proactive-messages/package.json +++ b/samples/javascript_nodejs/16.proactive-messages/package.json @@ -8,7 +8,7 @@ "scripts": { "start": "node ./index.js", "watch": "nodemon ./index.js", - "lint": "node ./node_modules/.bin/eslint .", + "lint": "./node_modules/.bin/eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { diff --git a/samples/javascript_nodejs/18.bot-authentication/package.json b/samples/javascript_nodejs/18.bot-authentication/package.json index 5e3547f75a..c78866401b 100644 --- a/samples/javascript_nodejs/18.bot-authentication/package.json +++ b/samples/javascript_nodejs/18.bot-authentication/package.json @@ -8,7 +8,7 @@ "scripts": { "start": "node ./index.js", "watch": "nodemon ./index.js", - "lint": "node ./node_modules/.bin/eslint .", + "lint": "./node_modules/.bin/eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { diff --git a/samples/javascript_nodejs/19.custom-dialogs/package.json b/samples/javascript_nodejs/19.custom-dialogs/package.json index 81f5f77387..5233e509fa 100644 --- a/samples/javascript_nodejs/19.custom-dialogs/package.json +++ b/samples/javascript_nodejs/19.custom-dialogs/package.json @@ -8,7 +8,7 @@ "scripts": { "start": "node ./index.js", "watch": "nodemon ./index.js", - "lint": "node ./node_modules/.bin/eslint .", + "lint": "./node_modules/.bin/eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { diff --git a/samples/javascript_nodejs/21.luis-with-appinsights/package.json b/samples/javascript_nodejs/21.luis-with-appinsights/package.json index c1b0fb601d..6299a79511 100644 --- a/samples/javascript_nodejs/21.luis-with-appinsights/package.json +++ b/samples/javascript_nodejs/21.luis-with-appinsights/package.json @@ -8,7 +8,7 @@ "scripts": { "start": "node ./index.js", "watch": "nodemon ./index.js", - "lint": "node ./node_modules/.bin/eslint .", + "lint": "./node_modules/.bin/eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { diff --git a/samples/javascript_nodejs/23.facebook-events/package.json b/samples/javascript_nodejs/23.facebook-events/package.json index 8e6ab1dfe1..0e7ae1523d 100644 --- a/samples/javascript_nodejs/23.facebook-events/package.json +++ b/samples/javascript_nodejs/23.facebook-events/package.json @@ -8,7 +8,7 @@ "scripts": { "start": "node ./index.js", "watch": "nodemon ./index.js", - "lint": "node ./node_modules/.bin/eslint .", + "lint": "./node_modules/.bin/eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { diff --git a/samples/javascript_nodejs/24.bot-authentication-msgraph/package.json b/samples/javascript_nodejs/24.bot-authentication-msgraph/package.json index 4d9926e4fe..eab57b16c0 100644 --- a/samples/javascript_nodejs/24.bot-authentication-msgraph/package.json +++ b/samples/javascript_nodejs/24.bot-authentication-msgraph/package.json @@ -8,7 +8,7 @@ "scripts": { "start": "node ./index.js", "watch": "nodemon ./index.js", - "lint": "node ./node_modules/.bin/eslint .", + "lint": "./node_modules/.bin/eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { diff --git a/samples/javascript_nodejs/43.complex-dialog/package.json b/samples/javascript_nodejs/43.complex-dialog/package.json index 97c035b6f9..c3b84d2eea 100644 --- a/samples/javascript_nodejs/43.complex-dialog/package.json +++ b/samples/javascript_nodejs/43.complex-dialog/package.json @@ -8,7 +8,7 @@ "scripts": { "start": "node ./index.js", "watch": "nodemon ./index.js", - "lint": "node ./node_modules/.bin/eslint .", + "lint": "./node_modules/.bin/eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { diff --git a/samples/javascript_nodejs/44.prompt-for-user-input/package.json b/samples/javascript_nodejs/44.prompt-for-user-input/package.json index c07419396d..759024856c 100644 --- a/samples/javascript_nodejs/44.prompt-for-user-input/package.json +++ b/samples/javascript_nodejs/44.prompt-for-user-input/package.json @@ -7,7 +7,7 @@ "main": "index.js", "scripts": { "start": "node ./index.js", - "lint": "node ./node_modules/.bin/eslint .", + "lint": "./node_modules/.bin/eslint .", "test": "echo \"Error: no test specified\" && exit 1", "watch": "nodemon ./index.js" }, diff --git a/samples/javascript_nodejs/45.state-management/package.json b/samples/javascript_nodejs/45.state-management/package.json index a02fdffb4f..0ab25fa45c 100644 --- a/samples/javascript_nodejs/45.state-management/package.json +++ b/samples/javascript_nodejs/45.state-management/package.json @@ -8,7 +8,7 @@ "scripts": { "start": "node ./index.js", "watch": "nodemon ./index.js", - "lint": "node ./node_modules/.bin/eslint .", + "lint": "./node_modules/.bin/eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": {