{"library":"standard-prettier","title":"prettier-standard-formatter","type":"library","description":"Prettier configured with JavaScript Standard Style rules for zero-config code formatting. Current version 1.0.1 (last released 2019). Combines prettier's formatting with standard style (no semicolons, single quotes, etc.). Useful for projects already using standard but wanting prettier's advanced formatting. Note: CLI version uses local installation if available.","language":"javascript","status":"deprecated","last_verified":"Sat Apr 25","install":{"commands":["npm install standard-prettier"],"cli":{"name":"prettier","version":null}},"imports":["import { format } from 'prettier-standard'","const prettierStandard = require('prettier-standard')","import { format } from 'prettier-standard'"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/dtinth/prettier-standard-formatter","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/standard-prettier","openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"import { format } from 'prettier-standard'\n\nconst code = `const x = 'hello'  `\nformat(code).then(result => {\n  console.log(result)\n  // Output: const x = 'hello'\n})","lang":"typescript","description":"Basic usage of format function to format a string according to JavaScript Standard Style.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}