visual-framework / vf-core

A (primarily CSS) framework that targets needs of life science websites and services
https://stable.visual-framework.dev/
Apache License 2.0
20 stars 10 forks source link

VF based core site build errors #2052

Open bhushan-ebi opened 1 month ago

bhushan-ebi commented 1 month ago

Make changes to vf-core and vf-lede so that the build errors similar to below are not seen in the sites using VF.

/ebi.ac.uk.about.news/src/components/vf-core-components/vf-lede/vf-lede.js
  21:1  error  Expected indentation of 0 spaces but found 1  indent

/ebi.ac.uk.about.news/src/components/vf-core-components/vf-component-generator/gulp-tasks/vf-generator.js
   1:1   error  Strings must use doublequote  quotes
   9:25  error  Strings must use doublequote  quotes
  11:49  error  Strings must use doublequote  quotes
  13:13  error  Strings must use doublequote  quotes
  14:6   error  Strings must use doublequote  quotes

/ebi.ac.uk.about.news/src/components/vf-core-components/vf-core/gulp-tasks/vf-build.js
  8:33  error  'buildDestionation' is defined but never used  no-unused-vars

/ebi.ac.uk.about.news/src/components/vf-core-components/vf-core/gulp-tasks/vf-css.js
    7:95  error  'browserSync' is defined but never used  no-unused-vars
   58:43  error  'array' is defined but never used        no-unused-vars
  125:95  error  Unnecessary escape character: \'         no-useless-escape

/ebi.ac.uk.about.news/src/components/vf-core-components/vf-core/gulp-tasks/vf-templates-precompile.js
  36:13  error  'vfPackage' is assigned a value but never used  no-unused-vars
bhushan-ebi commented 2 weeks ago

PR for this change - 2057