ESLint Tutorial

Where are the instructions for using ESLint?

Eslint checks your JavaScript code against a number of style rules. We use it all the time with serious development projects for end users. The quality of the code is greatly improved, and many bugs are caught earlier in development.

Here’s more info:
https://blog.appstudio.dev/2018/10/as7-syntax-checking-for-javascript/

If you want to modify the defaults, you can do so in the eslintRules in Project Properties

Thank you!