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',
|
||||
|
Loading…
Reference in New Issue
Block a user