Fix .eslintignore paths moved to packages/*
This commit is contained in:
Родитель
7f354b1fc4
Коммит
dd5eeed49a
|
@ -1,5 +1,5 @@
|
|||
node_modules/*
|
||||
**/node_modules/*
|
||||
QnAMaker/lib/api/*
|
||||
LUIS/lib/*
|
||||
MSBot/*
|
||||
packages/QnAMaker/lib/api/*
|
||||
packages/LUIS/lib/*
|
||||
packages/MSBot/*
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Загрузка…
Ссылка в новой задаче