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 86882c0 commit 339f0d1Copy full SHA for 339f0d1
xo.config.cjs
@@ -5,6 +5,10 @@ module.exports = {
5
rules: {
6
"@typescript-eslint/no-dynamic-delete": "off",
7
"arrow-body-style": "error",
8
+ "import/no-extraneous-dependencies": [
9
+ "error",
10
+ {includeTypes: true, packageDir: __dirname},
11
+ ],
12
"import/no-restricted-paths": [
13
"error",
14
{
0 commit comments