I want to autoformat this kind of arrow functions , make spaces before/after equal sign and "=>", also spaces between functions
const test=()=>{
}
I haven't worked with eslint before, could you please help me
I want to autoformat this kind of arrow functions , make spaces before/after equal sign and "=>", also spaces between functions
const test=()=>{
}
I haven't worked with eslint before, could you please help me