Skip to content

Bridge filament basic render infrastructure #40

Bridge filament basic render infrastructure

Bridge filament basic render infrastructure #40

Triggered via pull request February 23, 2024 15:54
Status Failure
Total duration 1m 6s
Billable time 2m
Artifacts

validate-js.yml

on: pull_request
Compile JS (tsc)
56s
Compile JS (tsc)
Lint JS (eslint, prettier)
52s
Lint JS (eslint, prettier)
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 9 warnings
Lint JS (eslint, prettier): package/example/src/App.tsx#L7
'renderer' is assigned a value but never used.
Lint JS (eslint, prettier): package/lib/commonjs/FilamentView.js#L1
Replace `"use·strict";` with `'use·strict'`
Lint JS (eslint, prettier): package/lib/commonjs/FilamentView.js#L3
Replace `"__esModule"` with `'__esModule'`
Lint JS (eslint, prettier): package/lib/commonjs/FilamentView.js#L7
Replace `"react"));` with `'react'))`
Lint JS (eslint, prettier): package/lib/commonjs/FilamentView.js#L8
Replace `"react-native");` with `'react-native')`
Lint JS (eslint, prettier): package/lib/commonjs/FilamentView.js#L9
Replace `"./native/FilamentProxy");` with `'./native/FilamentProxy')`
Lint JS (eslint, prettier): package/lib/commonjs/FilamentView.js#L10
Replace `"./native/FilamentNativeView");` with `'./native/FilamentNativeView')`
Lint JS (eslint, prettier): package/lib/commonjs/FilamentView.js#L6
Expected 'undefined' and instead saw 'void'.
Lint JS (eslint, prettier): package/lib/commonjs/native/FilamentNativeModule.js#L6
Expected 'undefined' and instead saw 'void'.
Lint JS (eslint, prettier): package/lib/commonjs/native/FilamentNativeModule.js#L8
'FilamentNativeModule' is assigned a value but never used.
Lint JS (eslint, prettier): package/lib/commonjs/native/FilamentNativeView.js#L6
Expected 'undefined' and instead saw 'void'.
Lint JS (eslint, prettier): package/lib/commonjs/native/FilamentNativeView.js#L9
'FilamentNativeView' is assigned a value but never used.
Lint JS (eslint, prettier): package/lib/commonjs/native/FilamentProxy.js#L6
Expected 'undefined' and instead saw 'void'.
Lint JS (eslint, prettier): package/lib/commonjs/native/FilamentProxy.js#L27
'FilamentProxy' is assigned a value but never used.
Lint JS (eslint, prettier): package/lib/module/FilamentView.js#L1
'_extends' is a function.