There was an error while loading. Please reload this page.
1 parent c81b623 commit 9316dabCopy full SHA for 9316dab
1 file changed
rstack.config.ts
@@ -40,8 +40,7 @@ define.lint(async () => {
40
41
define.fmt({
42
ignorePatterns: ['**/dist/**', 'pnpm-lock.yaml'],
43
- // TODO: Enable after rs fmt supports resolving Prettier plugins from the project root.
44
- // plugins: ['prettier-plugin-packagejson'],
+ plugins: ['prettier-plugin-packagejson'],
45
printWidth: 100,
46
singleQuote: true,
47
});
0 commit comments