fossology / FOSSologyUI

Repository to hold the new UI framework for FOSSology built with React
https://fossology.github.io/FOSSologyUI/
GNU General Public License v2.0
47 stars 85 forks source link

[Bug] - Eslint Doesn't Seem to Work #269

Open adithyaakrishna opened 1 year ago

adithyaakrishna commented 1 year ago

Description

When running yarn run lint or yarn run lint:check the command finishes without giving any output

How to reproduce

  1. Clone the repo
  2. cd FOSSologyUI
  3. Run yarn
  4. Make some Indentation changes in .js and .jsx files and run yarn run lint:check
  5. Should give errors, but CLI command finishes without giving output

Recording

screen-capture (8).webm

Versions

adithyaakrishna commented 1 year ago

Also as an enhancement, it would be nice to have husky and lint-staged checkers to use git hooks and lint files before the commit

CC @GMishx @Shruti3004 @Aman-Codes