You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// get text from document
// read prettier config file
// run prettier with config and pass text
// store in variable
// read eslint config file
// run eslint with config and pass prettier formatted text
// return eslint formatted text