Skip to content

Commit a70f74e

Browse files
committed
chore: fix some reyarn-related ignores
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent b9bc927 commit a70f74e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.eslintignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# yarn stuff
22
/.yarn/**
3-
/.pnp.cjs
4-
/.pnp.loader.mjs
3+
/.pnp.*
54

65
# generated files: dist and docs
76
/reports/**

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
"skipLibCheck": false,
4747

4848
/* yarn foo */
49-
"experimentalDecorators": true,
49+
"experimentalDecorators": true
5050
},
5151
"files": [
5252
"sources/index.ts",
5353
],
5454
"exclude": [
55-
".yarn",
55+
".yarn", ".pnp.*",
5656
"**/*.spec.ts", "**/*.test.ts"
5757
]
5858
}

0 commit comments

Comments
 (0)