headlamp
headlamp copied to clipboard
app: `npm run lint` picks up compiled JavaScript and gives false reports
- Compile the app JavaScript
cd app
npm run build
cd ..
- Run the linter:
cd frontend
npm run lint
@illume those errors no longer appear because the .eslintignore
file contains the appropriate entries. I believe we can close this issue :)