diff --git a/package.json b/package.json index 201b001c..a2a03f08 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,10 @@ "NodeJS Agent Framework" ], "packageManager": "yarn@4.1.1", + "prettier": { + "printWidth": 100, + "quoteProps": "consistent" + }, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/prettier.config.js b/prettier.config.js deleted file mode 100644 index 6d974cde..00000000 --- a/prettier.config.js +++ /dev/null @@ -1,9 +0,0 @@ -// @ts-check - -/** @type {import("prettier").Config} */ -const config = { - printWidth: 100, - quoteProps: "consistent", -}; - -export default config;