diff --git a/.prettierrc.cjs b/.prettierrc.cjs index 3a11283..b8e1fd1 100644 --- a/.prettierrc.cjs +++ b/.prettierrc.cjs @@ -4,5 +4,5 @@ module.exports = { singleQuote: true, semi: false, arrowParens: 'avoid', - plugins: ['prettier-plugin-sh'], + plugins: [], } diff --git a/bun.lockb b/bun.lockb new file mode 100755 index 0000000..c42d05c Binary files /dev/null and b/bun.lockb differ diff --git a/bun/fmt.js b/bun/fmt.js index db578f1..04b5c40 100644 --- a/bun/fmt.js +++ b/bun/fmt.js @@ -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', diff --git a/package.json b/package.json index 7b8eb6f..e446309 100644 --- a/package.json +++ b/package.json @@ -14,5 +14,5 @@ "peerDependencies": { "typescript": "^5.0.0" }, - "dependencies": { } + "dependencies": {} }