Meteor: linting is failing
The new CI pipeline fails at the meteor npm run lint
$ meteor npm run lint
> eoleget@0.0.1 lint /builds/EOLE/eole-2/eoleget/app
> eslint . --ext js,jsx
jsxBracketSameLine is deprecated.
/builds/EOLE/eole-2/eoleget/app/imports/api/applications/server/publications.js
6:10 error 'isActive' is defined but never used no-unused-vars
18:3 warning Unexpected console statement no-console
/builds/EOLE/eole-2/eoleget/app/imports/api/utils/functions.js
93:3 warning Unexpected console statement no-console
/builds/EOLE/eole-2/eoleget/app/imports/api/utils/hooks.js
15:47 warning Unexpected console statement no-console
16:18 warning Unexpected console statement no-console
/builds/EOLE/eole-2/eoleget/app/imports/ui/contexts/context.js
22:5 warning Unexpected console statement no-console
23:5 warning Unexpected console statement no-console
24:5 warning Unexpected console statement no-console
25:5 warning Unexpected console statement no-console
/builds/EOLE/eole-2/eoleget/app/imports/ui/pages/detailApp.jsx
63:3 warning Unexpected console statement no-console
/builds/EOLE/eole-2/eoleget/app/imports/ui/pages/index.jsx
74:3 warning Unexpected console statement no-console
✖ 11 problems (1 error, 10 warnings)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! eoleget@0.0.1 lint: `eslint . --ext js,jsx`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the eoleget@0.0.1 lint script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2021-12-21T10_52_58_286Z-debug.log