vyaakaran icon indicating copy to clipboard operation
vyaakaran copied to clipboard

Added a standard eslint setup

Open riya461 opened this issue 6 months ago • 2 comments

Description

There is no linter setup for the compiler and editor. Created a basic setup to help in keeping a consistent codebase.

Changes made

In the directory /compiler or /editor the following commands can be run:

  • pnpm lint will check for errors within the folder
  • pnpm lint:fix will fix the possible issues it can

riya461 avatar Jul 28 '24 12:07 riya461