Skip to content

Commit

Permalink
chore: rename warning to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Jul 15, 2024
1 parent cf294e4 commit 15e267b
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 15e267b

Please sign in to comment.