Fix .eslintignore paths moved to packages/*

This commit is contained in:
JuanAr 2018-08-17 14:30:34 -03:00 коммит произвёл Enzo Cano
Родитель 7f354b1fc4
Коммит dd5eeed49a
2 изменённых файлов: 3 добавлений и 23 удалений

Просмотреть файл

@ -1,5 +1,5 @@
node_modules/*
**/node_modules/*
QnAMaker/lib/api/*
LUIS/lib/*
MSBot/*
packages/QnAMaker/lib/api/*
packages/LUIS/lib/*
packages/MSBot/*

20
MSBot/.vscode/launch.json поставляемый
Просмотреть файл

@ -1,20 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/bin/msbot-secret.js",
"args": [
"secret","set", "-b",
"C:\\source\\github\\botbuilder-dotnet\\tests\\Microsoft.Bot.Configuration.Tests\\encrypted.bot",
"--secret",
"test"
]
}
]
}