Examples of Vlocity/SF LWC components (in various states of working)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
238 B

  1. {
  2. "extends": "eslint:recommended",
  3. "rules": {
  4. "consistent-return": 2,
  5. "indent" : [1, 4],
  6. "no-else-return" : 1,
  7. "semi" : [1, "always"],
  8. "space-unary-ops" : 2
  9. }
  10. }