chore: add prettier
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "@nexim/actions",
|
||||
"packageManager": "yarn@4.6.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"format": "prettier . --write",
|
||||
"upd": "yarn set version latest && yarn up '*' && yarn up '*' -R && yarn dlx @yarnpkg/sdks vscode && yarn dedupe"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^3.4.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user