quire
quire copied to clipboard
Code formatting and linting
Manually lint/format code
Changed
- Sort
import
andrequire
statements - Remove parenthesis spacing and new lines after return statements
example
if (a === b)
- Add arguments spacing
example
fn(arg1, arg2, arg3: { a: { b } })