mirror of
https://github.com/zkitter/configs.git
synced 2026-01-09 15:08:01 -05:00
29 lines
559 B
JSON
29 lines
559 B
JSON
{
|
|
"name": "@r1oga/config-prettier",
|
|
"version": "1.1.0",
|
|
"description": "Shared prettier configuration",
|
|
"main": ".prettierrc.yaml",
|
|
"files": [
|
|
".prettierrc.yaml",
|
|
".prettierignore",
|
|
"postinstall.sh"
|
|
],
|
|
"keywords": [
|
|
"prettier",
|
|
"configuration",
|
|
"standard"
|
|
],
|
|
"author": "r1oga",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "sh postinstall.sh"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.8.1"
|
|
},
|
|
"gitHead": "af64bc0dabc5e3fb6bbc6654b2d98288ff8e7ff9"
|
|
}
|