@snowball-tech/prettier-config
Version:
Prettier config by Snowball
52 lines (51 loc) • 1.65 kB
JSON
{
"author": "Snowball Engineering Team <engineering@snowball.xyz> (https://github.com/orgs/snowball-tech)",
"bugs": "https://github.com/snowball-tech/glacier/issues",
"contributors": [
"Clément PRÉVOT <clement@snowball.xyz> (https://github.com/clementprevot)"
],
"dependencies": {
"prettier": "^3.6.2",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-sh": "^0.18.0",
"prettier-plugin-tailwindcss": "^0.7.1"
},
"description": "Prettier config by Snowball",
"engines": {
"node": ">=18 <=24",
"yarn": "^4.0.0"
},
"files": [
".prettierignore",
".prettierrc-tailwind.js"
],
"homepage": "https://github.com/snowball-tech/glacier/tree/main/packages/prettier-config",
"keywords": [
"snowball",
"prettier"
],
"license": "MIT",
"main": ".prettierrc.js",
"name": "@snowball-tech/prettier-config",
"packageManager": "yarn@4.12.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"directory": "packages/prettier-config",
"type": "git",
"url": "git+https://github.com/snowball-tech/glacier.git"
},
"scripts": {
"check-deps": "yarn run -T depcheck --ignores='prettier-plugin-*'",
"format": "yarn run -T prettier --cache --check .",
"format-fix": "yarn run -T prettier --cache --write .",
"lint": "yarn run -T eslint --cache .",
"lint-fix": "yarn run -T eslint --cache --fix .",
"quality": "yarn run lint && yarn run format",
"quality-fix": "yarn run lint-fix && yarn run format-fix",
"update-deps": "yarn run -T update-deps"
},
"version": "2.2.0"
}