formatting

This commit is contained in:
cswimr 2025-02-10 05:26:57 -06:00
parent dc614268df
commit f5813826e4
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 2 additions and 5 deletions

View file

@ -1,7 +1,4 @@
import config from "eslint-config-standard";
/** @type {import('eslint').Linter.Config[]} */
export default [
...[].concat(config),
];
export default [...[].concat(config)];

View file

@ -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",