quire icon indicating copy to clipboard operation
quire copied to clipboard

Code formatting and linting

Open mphstudios opened this issue 10 months ago • 0 comments

Manually lint/format code

Changed

  • Sort import and require statements
  • Remove parenthesis spacing and new lines after return statements example if (a === b)
  • Add arguments spacing example fn(arg1, arg2, arg3: { a: { b } })

mphstudios avatar Apr 23 '24 20:04 mphstudios