UNPKG

@jessety/prettier-config

Version:
40 lines (39 loc) 969 B
{ "name": "@jessety/prettier-config", "version": "1.2.0", "description": "Prettier config by @jessety", "keywords": [ "prettier", "prettierrc", "prettier-config" ], "homepage": "https://github.com/jessety/prettier-config#readme", "bugs": { "url": "https://github.com/jessety/prettier-config/issues" }, "repository": { "type": "git", "url": "git+https://github.com/jessety/prettier-config.git" }, "license": "MIT", "author": "Jesse Youngblood", "main": "index.js", "files": [ ".prettierrc.json", "index.js" ], "scripts": { "format": "sort-package-json && eslint --fix . && prettier --write '**/*.{js,json,yml,md}'", "prepare": "husky install", "test": "jest" }, "devDependencies": { "@jessety/eslint-config": "^2.2.2", "eslint": "^8.7.0", "husky": "^7.0.0", "jest": "^27.1.0", "lint-staged": "^11.1.2", "prettier": "^2.5.1", "sort-package-json": "^1.53.1" } }