nujan-io / nujan-ide

Web IDE, powered by Nujan, is your ultimate browser-based IDE designed to simplify the journey of writing, testing, compiling, deploying, and interacting with smart contracts on TON. Write smart contracts from anywhere, No setups, no downloads, just pure convenience and versatility.
https://ide.nujan.io
Other
98 stars 10 forks source link

Add ESLint to CI #36

Open anton-trunov opened 3 weeks ago

anton-trunov commented 3 weeks ago

and fix any issues ESLint finds.

For instance, you might want to reuse the ESLint setup from Tact, especially

This is the relevant PR: https://github.com/tact-lang/tact/pull/157

anton-trunov commented 2 days ago

Any progress here?

rahulyadav-57 commented 1 day ago

ESLint is already set up in the project; now, I just need to integrate it with the CI pipeline.