vyaakaran
vyaakaran copied to clipboard
Added a standard eslint setup
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