Skip to content

Add lint CI

Add lint CI #1

Triggered via push February 20, 2024 18:21
Status Failure
Total duration 1m 13s
Billable time 3m
Artifacts

validate-js.yml

on: push
Compile JS (tsc)
1m 2s
Compile JS (tsc)
Lint JS (eslint, prettier)
41s
Lint JS (eslint, prettier)
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Lint JS (eslint, prettier): package/.eslintrc.js#L3
Replace `⏎····"@react-native",⏎····"prettier"⏎··` with `'@react-native',·'prettier'`
Lint JS (eslint, prettier): package/.eslintrc.js#L8
Replace `"prettier/prettier"` with `'prettier/prettier'`
Lint JS (eslint, prettier): package/.eslintrc.js#L9
Replace `"error"` with `'error'`
Lint JS (eslint, prettier): package/.eslintrc.js#L11
Replace `"consistent"` with `'consistent'`
Lint JS (eslint, prettier): package/.eslintrc.js#L14
Replace `"es5"` with `'es5'`
Lint JS (eslint, prettier): package/lib/commonjs/FilamentViewNativeComponent.js#L6
Expected 'undefined' and instead saw 'void'.
Lint JS (eslint, prettier): package/lib/commonjs/FilamentViewNativeComponent.js#L9
'_default' is assigned a value but never used.
Lint JS (eslint, prettier): package/lib/commonjs/index.js#L27
Expected literal to be on the right side of !=.
Lint JS (eslint, prettier): package/lib/commonjs/index.js#L27
Expected '!==' and instead saw '!='.
Lint JS (eslint, prettier): package/lib/commonjs/index.js#L27
'_getRequireWildcardCache' is a function.
Lint JS (eslint, prettier): package/lib/commonjs/index.js#L27
'e' is already declared in the upper scope on line 27 column 35.
Lint JS (eslint, prettier): package/lib/commonjs/index.js#L28
Expected literal to be on the right side of ===.
Lint JS (eslint, prettier): package/lib/commonjs/index.js#L28
Expected literal to be on the right side of !=.
Lint JS (eslint, prettier): package/lib/commonjs/index.js#L28
Expected '!==' and instead saw '!='.
Lint JS (eslint, prettier): package/lib/commonjs/index.js#L28
Expected literal to be on the right side of !=.