@mheob/prettier-config
Version:
My personal configuration for prettier.
41 lines • 991 B
JSON
{
"name": "@mheob/prettier-config",
"version": "3.3.3",
"description": "My personal configuration for prettier.",
"keywords": [
"prettier",
"config"
],
"homepage": "https://github.com/mheob/config/tree/main/packages/prettier-config",
"bugs": "https://github.com/mheob/config/issues",
"repository": {
"type": "git",
"url": "https://github.com/mheob/config"
},
"license": "MIT",
"author": "Alexander Böhm <tools@boehm.work>",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"eslint": "^9.16.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"@mheob/eslint-config": "7.0.0",
"@mheob/tsconfig": "2.2.1"
},
"peerDependencies": {
"prettier": "^3.4.2"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"lint": "eslint src/**/* --fix"
}
}