@marviuz/prettier-config
Version:
Streamlined Prettier setup with package.json formatting.
36 lines • 845 B
JSON
{
"name": "@marviuz/prettier-config",
"version": "1.2.0",
"description": "Streamlined Prettier setup with package.json formatting.",
"keywords": [
"prettier",
"prettierrc",
"styleguide",
"styleguides"
],
"homepage": "https://style-guide.marviuz.me",
"repository": {
"type": "git",
"url": "git+https://github.com/Marviuz/style-guide.git"
},
"license": "MIT",
"type": "module",
"exports": "./index.mjs",
"dependencies": {
"eslint": "^9.24.0",
"eslint-config-turbo": "^2.5.0",
"prettier": "^3.5.3",
"prettier-plugin-packagejson": "^2.5.10",
"@marviuz/typescript": "1.0.1",
"@marviuz/eslint-config": "2.2.0"
},
"peerDependencies": {
"prettier": ">=3.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint . --max-warnings=0"
}
}