ourjapanlife / findadoc-server

The api / server for Find A Doc, Japan. Check out the board to see the latest effort https://github.com/orgs/ourjapanlife/projects/8
4 stars 1 forks source link

BUG: Debug npm run lint command #471

Closed Anissa3005 closed 3 months ago

Anissa3005 commented 3 months ago

Resolves #469

After we migrated from Yarn to npm, the lint command did not work. It showed an error that it not recognize ESLINT_USE_FLAT_CONFIG variable.

What changed

I did not add cross-env to the lint:ci since that command is running fine in our ci.

Testing instructions

Please checkout this branch and run npm run lint command.