{"library":"prettier-config-standard","title":"prettier-config-standard","description":"A shareable Prettier configuration that enforces JavaScript Standard Style formatting rules. Version 7.0.0 is the latest stable release, compatible with Prettier ^2.6.0 or ^3.0.0. It explicitly sets Prettier options to match the Standard style, including arrowParens, bracketSameLine, singleAttributePerLine, endOfLine, and JSX quote handling. Unlike directly using Standard, this config works with Prettier as a standalone formatter without ESLint. Updated with each Prettier major release to track option changes and peer dependency ranges.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install prettier-config-standard"],"cli":null},"imports":["module.exports = 'prettier-config-standard'","\"prettier\": \"prettier-config-standard\"","const prettierConfigStandard = require('prettier-config-standard')"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install\nnpm install --save-dev prettier prettier-config-standard\n\n// .prettierrc.js\nmodule.exports = 'prettier-config-standard';\n\n// Or package.json\n{\n  \"name\": \"my-project\",\n  \"prettier\": \"prettier-config-standard\",\n  \"devDependencies\": {\n    \"prettier\": \"^3.0.0\",\n    \"prettier-config-standard\": \"^7.0.0\"\n  }\n}\n\n// Format a file\nnpx prettier --write src/index.js","lang":"javascript","description":"Installs the shared config and uses it via .prettierrc.js or package.json, then formats a file.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}