headlamp icon indicating copy to clipboard operation
headlamp copied to clipboard

app: `npm run lint` picks up compiled JavaScript and gives false reports

Open illume opened this issue 1 year ago • 1 comments

  1. Compile the app JavaScript
cd app
npm run build
cd ..
  1. Run the linter:
cd frontend
npm run lint

image

illume avatar Sep 06 '23 14:09 illume

@illume those errors no longer appear because the .eslintignore file contains the appropriate entries. I believe we can close this issue :)

tazo90 avatar Feb 06 '24 21:02 tazo90