<@U29PVMVAR> What exactly do you use it for? Does...
# general
s
@erictgrubaugh What exactly do you use it for? Does it help assist your suitescript coding/syntax?
e
Yes; you define a style guide using ESLint rules config file, then it just runs and finds any problems you've marked as either errors or warnings. Helps you easily notice things that are out of place/inconsistent with your style guide. Excellent for keeping teams writing very similar code.