How do your team currently do code reviews? Any gu...
# general
s
How do your team currently do code reviews? Any guidelines or tools to leverage for netsuite? we try to use ESLint, but anything else in market? Would like to know what works for others.
s
i've had good success in the past using https://standardjs.com/ for enforcing styling. (yeah, it's really just eslint with rules someone else decided on.... but it's also simple and broadly effective. ) highly recommend getting a precommit hook setup asap to effectively eliminate styling only diffs in PRs 🤣
thankyou 1
s
I've set up ESLint rules specifically for SuiteScript using this package, https://www.npmjs.com/package/eslint-plugin-suitescript 😄
e
@Shob S Mind sharing your eslint config in your SDF project? Having trouble with it. Thanks!
s
Sure, dm-ed you