Formatting

This commit is contained in:
Nick Alteen
2025-07-11 13:55:00 -04:00
parent 4a38b08003
commit afd473389c
3 changed files with 6 additions and 5 deletions

View File

@@ -138,6 +138,7 @@ So, what are you waiting for? Go ahead and start customizing your action!
to a repository.
The `local-action` utility can be run in the following ways:
- Visual Studio Code Debugger
Make sure to review and, if needed, update

8
package-lock.json generated
View File

@@ -24,7 +24,7 @@
"eslint-plugin-prettier": "^5.5.1",
"jest": "^30.0.4",
"make-coverage-badge": "^1.2.0",
"prettier": "^3.6.2",
"prettier": "^3.5.3",
"prettier-eslint": "^16.4.2",
"rollup": "^4.44.2"
},
@@ -9399,9 +9399,9 @@
}
},
"node_modules/prettier": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz",
"integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz",
"integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"

View File

@@ -52,7 +52,7 @@
"eslint-plugin-prettier": "^5.5.1",
"jest": "^30.0.4",
"make-coverage-badge": "^1.2.0",
"prettier": "^3.6.2",
"prettier": "^3.5.3",
"prettier-eslint": "^16.4.2",
"rollup": "^4.44.2"
},