We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9bc927 commit a70f74eCopy full SHA for a70f74e
.eslintignore
@@ -1,7 +1,6 @@
1
# yarn stuff
2
/.yarn/**
3
-/.pnp.cjs
4
-/.pnp.loader.mjs
+/.pnp.*
5
6
# generated files: dist and docs
7
/reports/**
tsconfig.json
@@ -46,13 +46,13 @@
46
"skipLibCheck": false,
47
48
/* yarn foo */
49
- "experimentalDecorators": true,
+ "experimentalDecorators": true
50
},
51
"files": [
52
"sources/index.ts",
53
],
54
"exclude": [
55
- ".yarn",
+ ".yarn", ".pnp.*",
56
"**/*.spec.ts", "**/*.test.ts"
57
]
58
}
0 commit comments