Skip to content

Commit 4a16b3d

Browse files
committed
Adding ignores
1 parent f084a9e commit 4a16b3d

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

.eslintignore

Lines changed: 0 additions & 14 deletions
This file was deleted.

components/rentman/node_modules/@pipedream/platform

Lines changed: 0 additions & 1 deletion
This file was deleted.

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default [
2828
"**/node_modules",
2929
"**/package-lock.json",
3030
"**/pnpm-lock.yaml",
31-
"platform/dist",
31+
"**/dist/**",
3232
"**/*.md",
3333
"**/*.mdx",
3434
"**/*.txt",

0 commit comments

Comments
 (0)