diff --git a/eslint.config.js b/eslint.config.js index f141dd6..aa16565 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,7 +1,4 @@ import config from "eslint-config-standard"; - /** @type {import('eslint').Linter.Config[]} */ -export default [ - ...[].concat(config), -]; \ No newline at end of file +export default [...[].concat(config)]; diff --git a/package.json b/package.json index 8b4b8cc..5fc49b9 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ ], "scripts": { "docs": "typedoc --options typedoc.json", - "format": "prettier --write '**/*.{ts,json,md}'" + "format": "bun prettier --write '**/*.{ts,json,md}'" }, "devDependencies": { "@getmeli/cli": "1.2.0",