fix: fmt
This commit is contained in:
parent
8abdc391b6
commit
e6726f682d
@ -4,5 +4,5 @@ module.exports = {
|
||||
singleQuote: true,
|
||||
semi: false,
|
||||
arrowParens: 'avoid',
|
||||
plugins: ['prettier-plugin-sh'],
|
||||
plugins: [],
|
||||
}
|
||||
|
@ -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',
|
||||
|
@ -14,5 +14,5 @@
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"dependencies": { }
|
||||
"dependencies": {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user