CC tool improvements: show error when eslint fail (#2882)
This commit is contained in:
Родитель
43a3130861
Коммит
7321c3f1c7
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"before-after-diff-checker.destPath": "preprocessed",
|
||||
"before-after-diff-checker.compileCommand": "rushx _by-flavor \"rushx preprocess\" && npx eslint $PROCESSED_FILE --fix",
|
||||
"before-after-diff-checker.compileCommand": "rushx _by-flavor \"rushx preprocess\" && (npx eslint $PROCESSED_FILE --fix || true)",
|
||||
"before-after-diff-checker.srcPath": "src",
|
||||
"before-after-diff-checker.enableOnSave": false
|
||||
}
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "none",
|
||||
"comment": "CC tool improvements: show error when eslint fail",
|
||||
"packageName": "@azure/communication-react",
|
||||
"email": "2684369+JamesBurnside@users.noreply.github.com",
|
||||
"dependentChangeType": "none"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "none",
|
||||
"comment": "CC tool improvements: show error when eslint fail",
|
||||
"packageName": "@azure/communication-react",
|
||||
"email": "2684369+JamesBurnside@users.noreply.github.com",
|
||||
"dependentChangeType": "none"
|
||||
}
|
Загрузка…
Ссылка в новой задаче