Skip to content

Commit

Permalink
fix: test extend @code-pushup
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Feb 29, 2024
1 parent d05e79a commit a1b7d3f
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,39 +12,8 @@
},
"overrides": [
{
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
"rules": {
"@nx/enforce-module-boundaries": [
"error",
{
"enforceBuildableLibDependency": true,
"allow": [],
"depConstraints": [
{
"sourceTag": "*",
"onlyDependOnLibsWithTags": ["*"]
}
]
}
]
}
},
{
"files": ["*.ts", "*.tsx"],
"extends": [
"plugin:@nx/typescript",
"@code-pushup/eslint-config/jest"
],
"rules": {}
},
{
"files": ["*.js", "*.jsx"],
"files": ["*.ts"],
"extends": ["@code-pushup"]
},
{
"files": "*.json",
"parser": "jsonc-eslint-parser",
"rules": {}
}
]
}

0 comments on commit a1b7d3f

Please sign in to comment.