Update topic.js #18
azure-deploy-f24.yml
on: push
lint-and-test
/
test
1m 33s
build-and-deploy
0s
Annotations
10 errors
lint-and-test / test:
src/posts/create.js#L23
Missing semicolon
|
lint-and-test / test:
src/posts/create.js#L24
Trailing spaces not allowed
|
lint-and-test / test:
src/posts/data.js#L71
Expected '===' and instead saw '=='
|
lint-and-test / test:
src/posts/data.js#L71
Strings must use singlequote
|
lint-and-test / test:
src/translate/index.js#L1
Use the global form of 'use strict'
|
lint-and-test / test:
src/translate/index.js#L1
Unexpected var, use let or const instead
|
lint-and-test / test:
src/translate/index.js#L1
'request' is assigned a value but never used
|
lint-and-test / test:
src/translate/index.js#L6
Expected indentation of 1 tab but found 4 spaces
|
lint-and-test / test:
src/translate/index.js#L7
Expected indentation of 1 tab but found 4 spaces
|
lint-and-test / test:
src/translate/index.js#L7
Strings must use singlequote
|