diff --git a/eslint.config.mjs b/eslint.config.mjs index 7ed20c2..ffa95ea 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -4,5 +4,4 @@ export default eslint({ formatters: true, typescript: true, markdown: true, - ignores: ['*.{yaml,yml}'], }) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index ea7eee5..e6d2c10 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,3 @@ packages: - - './' - - 'playground' + - ./ + - playground