Skip to content

Commit

Permalink
chore: fix some reyarn-related ignores
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Mar 15, 2024
1 parent b9bc927 commit a70f74e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# yarn stuff
/.yarn/**
/.pnp.cjs
/.pnp.loader.mjs
/.pnp.*

# generated files: dist and docs
/reports/**
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"skipLibCheck": false,

/* yarn foo */
"experimentalDecorators": true,
"experimentalDecorators": true
},
"files": [
"sources/index.ts",
],
"exclude": [
".yarn",
".yarn", ".pnp.*",
"**/*.spec.ts", "**/*.test.ts"
]
}

0 comments on commit a70f74e

Please sign in to comment.