This commit is contained in:
orion 2023-11-18 14:07:52 -06:00
parent 8abdc391b6
commit e6726f682d
Signed by: orion
GPG Key ID: 6D4165AE4C928719
4 changed files with 2 additions and 3 deletions

View File

@ -4,5 +4,5 @@ module.exports = {
singleQuote: true,
semi: false,
arrowParens: 'avoid',
plugins: ['prettier-plugin-sh'],
plugins: [],
}

BIN
bun.lockb Executable file

Binary file not shown.

View File

@ -8,7 +8,6 @@ const prettier = (parser, ps) =>
const procs = [
prettier('babel', ['./src/**/*.js', './bun/**/*.js', './.prettierrc.cjs']),
prettier('json', ['./package.json', './jsconfig.json']),
prettier('sh', ['./Dockerfile']),
Bun.spawn(
[
'bun',

View File

@ -14,5 +14,5 @@
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": { }
"dependencies": {}
}