Translator UI #104
Annotations
10 errors
test:
src/translate/index.js#L1
Use the global form of 'use strict'
|
test:
src/translate/index.js#L1
Unexpected var, use let or const instead
|
test:
src/translate/index.js#L1
'request' is assigned a value but never used
|
test:
src/translate/index.js#L6
Expected indentation of 1 tab but found 4 spaces
|
test:
src/translate/index.js#L7
Expected indentation of 1 tab but found 4 spaces
|
test:
src/translate/index.js#L7
Strings must use singlequote
|
test:
src/translate/index.js#L7
Missing semicolon
|
test:
src/translate/index.js#L8
Expected indentation of 1 tab but found 4 spaces
|
test:
src/translate/index.js#L8
Unexpected string concatenation
|
test:
src/translate/index.js#L8
Operator '+' must be spaced
|