Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc authored Jul 15, 2024
2 parents 2e2b990 + 15e267b commit c427412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/plugin/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"parser": "jsonc-eslint-parser",
"rules": {
"@nx/dependency-checks": [
"warning",
"warn",
{
"ignoredDependencies": [
"tslib",
Expand All @@ -36,7 +36,7 @@
"files": ["./package.json", "./generators.json"],
"parser": "jsonc-eslint-parser",
"rules": {
"@nx/nx-plugin-checks": "warning"
"@nx/nx-plugin-checks": "warn"
}
}
]
Expand Down

0 comments on commit c427412

Please sign in to comment.