Skip to content

chore: bump eslint from 8.46.0 to 8.47.0 #788

chore: bump eslint from 8.46.0 to 8.47.0

chore: bump eslint from 8.46.0 to 8.47.0 #788

Triggered via pull request August 14, 2023 00:30
Status Success
Total duration 31s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: src/index.mjs#L72
Combine this with the previous 'const' statement
test: src/index.mjs#L87
Found writeFile from package "node:fs" with non literal argument at index 0
test: src/index.mjs#L103
Expected to return a value at the end of function
test: src/index.mjs#L111
Prefer await to then()/catch()/finally()
test: src/index.mjs#L111
Each then() should return a value or throw
test: src/index.mjs#L112
Avoid calling back inside of a promise
test: src/index.mjs#L112
Use `undefined` instead of `null`
test: src/index.mjs#L114
Prefer await to then()/catch()/finally()
test: src/index.mjs#L116
Avoid calling back inside of a promise
test: src/index.mjs#L116
Use `undefined` instead of `null`