We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1327fdd commit 533ac5cCopy full SHA for 533ac5c
2 files changed
.github/workflows/publish_beta.yml
apps/documentation/.eslintrc
@@ -1,6 +1,7 @@
1
{
2
"extends": ["@elixir-cloud"],
3
"rules": {
4
+ "@typescript-eslint/no-explicit-any": "off",
5
"prettier/prettier": "off",
6
"import/extensions": [
7
"error",
0 commit comments