Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 235 Bytes

pseudo-code.md

File metadata and controls

7 lines (7 loc) · 235 Bytes

// 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