fix: fmt
This commit is contained in:
parent
8abdc391b6
commit
e6726f682d
@ -4,5 +4,5 @@ module.exports = {
|
|||||||
singleQuote: true,
|
singleQuote: true,
|
||||||
semi: false,
|
semi: false,
|
||||||
arrowParens: 'avoid',
|
arrowParens: 'avoid',
|
||||||
plugins: ['prettier-plugin-sh'],
|
plugins: [],
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,6 @@ const prettier = (parser, ps) =>
|
|||||||
const procs = [
|
const procs = [
|
||||||
prettier('babel', ['./src/**/*.js', './bun/**/*.js', './.prettierrc.cjs']),
|
prettier('babel', ['./src/**/*.js', './bun/**/*.js', './.prettierrc.cjs']),
|
||||||
prettier('json', ['./package.json', './jsconfig.json']),
|
prettier('json', ['./package.json', './jsconfig.json']),
|
||||||
prettier('sh', ['./Dockerfile']),
|
|
||||||
Bun.spawn(
|
Bun.spawn(
|
||||||
[
|
[
|
||||||
'bun',
|
'bun',
|
||||||
|
Loading…
Reference in New Issue
Block a user