@andrewmcodes/prettier-config
Version:
Personal Prettier config for @andrewmcodes
32 lines (31 loc) • 825 B
JSON
{
"private": false,
"name": "@andrewmcodes/prettier-config",
"version": "2.0.0",
"description": "Personal Prettier config for @andrewmcodes",
"license": "MIT",
"author": "Andrew Mason (https://andrewm.codes)",
"homepage": "https://github.com/andrewmcodes/prettier-config#readme",
"repository": "https://github.com/andrewmcodes/prettier-config.git",
"bugs": "https://github.com/andrewmcodes/prettier-config/issues",
"main": "index.js",
"files": [
"prettier.config.js"
],
"scripts": {
"ci": "yarn lint && yarn test",
"format": "prettier --write .",
"lint": "prettier --check '*.{js,json}'",
"test": "jest"
},
"devDependencies": {
"jest": "^29.5.0",
"prettier": "^2.8.8"
},
"keywords": [
"andrewmcodes",
"config",
"prettier",
"prettier-config"
]
}