Skip to content

Commit

Permalink
Fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert committed Jun 29, 2023
1 parent f96c8eb commit ad14c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"operator-assignment": "off",
"unicorn/filename-case": "off",
"@typescript-eslint/interface-name-prefix": "off",
"unicorn/no-abusive-eslint-disabl": "off",
"unicorn/no-abusive-eslint-disable": "off",
"@typescript-eslint/no-explicit-any": "off"
}
}

0 comments on commit ad14c75

Please sign in to comment.