game1n / t8-cms

[WIP] A micro content management system
t8-cms.vercel.app
MIT License
8 stars 8 forks source link

[Bug] pipeline failures in eslint step #21

Closed eLeontev closed 1 year ago

eLeontev commented 1 year ago

Describe the bug Build at CI failures since code base consists eslint errors (eslint is required step during the build)

To Reproduce Steps to reproduce the behavior:

  1. Open pipeline at any incoming MR
  2. See build step is failured

or simpler run eslint at main branch (script lint) and see the lsit of errors

Expected behavior No eslint issues

Screenshots image

Additional context Blocker for all incoming MR